Skip to content

Commit

Permalink
Fixed format target options
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhoff committed Apr 25, 2024
1 parent a2f7a71 commit e5d9699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if(ENABLE_ASTYLE)
--suffix=none
--pad-oper
--unpad-paren
--break-closing-brackets
--break-closing-braces
--align-pointer=name
--align-reference=name
--indent-preproc-define
Expand All @@ -78,7 +78,7 @@ if(ENABLE_ASTYLE)
--min-conditional-indent=0
--indent=spaces=4
--close-templates
--add-brackets
--add-braces
--break-after-logical
${CHECK_FILES}
)
Expand Down
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
#include "buttons.h"
#include "draw.h"


#ifdef TRACE_FUNCTIONS
#include "tracer.h"
#endif
Expand Down

0 comments on commit e5d9699

Please sign in to comment.