Skip to content

Commit

Permalink
Fix formatting / run uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVK committed Nov 12, 2023
1 parent 7bcdf4a commit b3e07d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
#endif
#if !defined(NORETURN)
# if (defined(__GNUC__) && (__GNUC__ >= 5)) \
|| defined(__clang__) \
|| defined(__CPPCHECK__)
|| defined(__clang__) \
|| defined(__CPPCHECK__)
# define NORETURN [[noreturn]]
# elif defined(__GNUC__)
# define NORETURN __attribute__((noreturn))
Expand Down

0 comments on commit b3e07d4

Please sign in to comment.