Skip to content

Commit 6e159f8

Browse files
committed
Another attempt at fixing formatting check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent fff5c1a commit 6e159f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stream_buffer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ static void prvInitialiseNewStreamBuffer( StreamBuffer_t * const pxStreamBuffer,
436436
configASSERT( xBufferSizeBytes > sbBYTES_TO_STORE_MESSAGE_LENGTH );
437437

438438
#if ( configASSERT_DEFINED == 1 )
439+
439440
/* Sanity check that the size of the structure used to declare a
440441
* variable of type StaticStreamBuffer_t equals the size of the real
441442
* message buffer structure. */

0 commit comments

Comments
 (0)