Skip to content

Commit

Permalink
Another attempt at fixing formatting check
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed May 3, 2023
1 parent fff5c1a commit 6e159f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stream_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ static void prvInitialiseNewStreamBuffer( StreamBuffer_t * const pxStreamBuffer,
configASSERT( xBufferSizeBytes > sbBYTES_TO_STORE_MESSAGE_LENGTH );

#if ( configASSERT_DEFINED == 1 )

/* Sanity check that the size of the structure used to declare a
* variable of type StaticStreamBuffer_t equals the size of the real
* message buffer structure. */
Expand Down

0 comments on commit 6e159f8

Please sign in to comment.