Skip to content

Commit edec1c9

Browse files
actions-usertony-josi-aws
authored andcommitted
Uncrustify: triggered by comment
1 parent 58c18fa commit edec1c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/FreeRTOS_IP_Utils.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ static uint16_t prvGetChecksumFromPacket( const struct xPacketSummary * pxSet );
136136

137137
/**
138138
* @brief Set checksum in the packet
139-
*
139+
*
140140
* @param pxSet: Pointer to the packet summary that describes the packet,
141141
* to which the checksum will be set.
142-
*
142+
*
143143
* @param usChecksum: Checksum value to be set.
144144
*/
145145
static void prvSetChecksumInPacket( struct xPacketSummary * pxSet,
@@ -170,10 +170,10 @@ static void prvSetChecksumInPacket( struct xPacketSummary * pxSet,
170170

171171
/**
172172
* @brief Get checksum from the packet summary
173-
*
173+
*
174174
* @param pxSet: Pointer to the packet summary that describes the packet,
175175
* from which the checksum will be retrieved.
176-
*
176+
*
177177
* @return Checksum value that is retrieved from pxSet.
178178
*/
179179
static uint16_t prvGetChecksumFromPacket( const struct xPacketSummary * pxSet )

0 commit comments

Comments
 (0)