Skip to content

Commit

Permalink
clang-format off/on added for TriceCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rokath committed Sep 5, 2024
1 parent 72bd744 commit 85ae6d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/testdata/triceCheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ static void exampleOfManualSerialization( void );
static void exampleOfManualJSONencoding(void);
static void dynString( int n );

// clang-format off

//! TriceCheck performs trice code sequence n. TriceCheck writes out all types of trices with fixed values for testing
//! \details One trice has one subtrace, if param size max 2 bytes.
//! Traces with more bytes as parameter consist of several subtraces.
Expand Down Expand Up @@ -2419,6 +2421,7 @@ EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
}
}

// clang-format on

static int32_t FloatToInt32( float f ){
if( f >= 0 ){
Expand Down

0 comments on commit 85ae6d6

Please sign in to comment.