Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Apr 17, 2024
1 parent 4d45445 commit e7de930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/stream_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
/**
* Type of stream buffer. For internal use only.
*/
#define sbTYPE_STREAM_BUFFER ( ( BaseType_t ) 0 )
#define sbTYPE_MESSAGE_BUFFER ( ( BaseType_t ) 1 )
#define sbTYPE_STREAM_BATCHING_BUFFER ( ( BaseType_t ) 2 )
#define sbTYPE_STREAM_BUFFER ( ( BaseType_t ) 0 )
#define sbTYPE_MESSAGE_BUFFER ( ( BaseType_t ) 1 )
#define sbTYPE_STREAM_BATCHING_BUFFER ( ( BaseType_t ) 2 )

/**
* Type by which stream buffers are referenced. For example, a call to
Expand Down

0 comments on commit e7de930

Please sign in to comment.