Skip to content

Commit b2e91fa

Browse files
Uncrustify: triggered by comment.
1 parent e2de0bd commit b2e91fa

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

source/core_mqtt_serializer.c

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,10 +1179,10 @@ static MQTTStatus_t deserializePingresp( const MQTTPacketInfo_t * pPingresp );
11791179
*
11801180
*/
11811181
static void serializePubAckPacketV5( const MQTTAckInfo_t * pAckInfo,
1182-
uint8_t packetType,
1183-
uint16_t packetId,
1184-
size_t remainingLength,
1185-
const MQTTFixedBuffer_t * pFixedBuffer );
1182+
uint8_t packetType,
1183+
uint16_t packetId,
1184+
size_t remainingLength,
1185+
const MQTTFixedBuffer_t * pFixedBuffer );
11861186

11871187
/**
11881188
* @brief Prints the appropriate message for the PUBREL, PUBACK response code if logs
@@ -1261,9 +1261,9 @@ static MQTTStatus_t deserializePingresp( const MQTTPacketInfo_t * pPingresp );
12611261
*
12621262
*/
12631263
static void serializeDisconnectPacketV5( const MQTTAckInfo_t * pDisconnectInfo,
1264-
const MQTTFixedBuffer_t * pFixedBuffer,
1265-
size_t remainingLength,
1266-
uint32_t sessionExpiry );
1264+
const MQTTFixedBuffer_t * pFixedBuffer,
1265+
size_t remainingLength,
1266+
uint32_t sessionExpiry );
12671267

12681268
/**
12691269
* @brief Prints and validates the appropriate message for the Disconnect response code if logs
@@ -2393,10 +2393,10 @@ static MQTTStatus_t deserializePingresp( const MQTTPacketInfo_t * pPingresp );
23932393
}
23942394

23952395
static void serializePubAckPacketV5( const MQTTAckInfo_t * pAckInfo,
2396-
uint8_t packetType,
2397-
uint16_t packetId,
2398-
size_t remainingLength,
2399-
const MQTTFixedBuffer_t * pFixedBuffer )
2396+
uint8_t packetType,
2397+
uint16_t packetId,
2398+
size_t remainingLength,
2399+
const MQTTFixedBuffer_t * pFixedBuffer )
24002400
{
24012401
uint8_t * pIndex = NULL;
24022402

@@ -5869,9 +5869,9 @@ MQTTStatus_t MQTT_ProcessIncomingPacketTypeAndLength( const uint8_t * pBuffer,
58695869
}
58705870

58715871
static void serializeDisconnectPacketV5( const MQTTAckInfo_t * pDisconnectInfo,
5872-
const MQTTFixedBuffer_t * pFixedBuffer,
5873-
size_t remainingLength,
5874-
uint32_t sessionExpiry )
5872+
const MQTTFixedBuffer_t * pFixedBuffer,
5873+
size_t remainingLength,
5874+
uint32_t sessionExpiry )
58755875
{
58765876
uint8_t * pIndex = NULL;
58775877

0 commit comments

Comments
 (0)