Skip to content

Commit

Permalink
try different version of uncrustify.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-scislowicz committed Jun 7, 2022
1 parent 2fb6dd7 commit c1ed10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/core_mqtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,9 +1035,9 @@ static MQTTStatus_t handleKeepAlive( MQTTContext_t * pContext )
else if( ( PACKET_RX_TIMEOUT_MS != 0U ) && ( calculateElapsedTime( now, pContext->lastPacketRxTime ) >= PACKET_RX_TIMEOUT_MS ) )
{
status = MQTT_Ping( pContext );
} else
}
else
{
/* NOP */
}
}

Expand Down

0 comments on commit c1ed10b

Please sign in to comment.