@@ -1179,10 +1179,10 @@ static MQTTStatus_t deserializePingresp( const MQTTPacketInfo_t * pPingresp );
1179
1179
*
1180
1180
*/
1181
1181
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 );
1186
1186
1187
1187
/**
1188
1188
* @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 );
1261
1261
*
1262
1262
*/
1263
1263
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 );
1267
1267
1268
1268
/**
1269
1269
* @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 );
2393
2393
}
2394
2394
2395
2395
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 )
2400
2400
{
2401
2401
uint8_t * pIndex = NULL ;
2402
2402
@@ -5869,9 +5869,9 @@ MQTTStatus_t MQTT_ProcessIncomingPacketTypeAndLength( const uint8_t * pBuffer,
5869
5869
}
5870
5870
5871
5871
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 )
5875
5875
{
5876
5876
uint8_t * pIndex = NULL ;
5877
5877
0 commit comments