Skip to content

Commit

Permalink
guard on autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Feb 28, 2024
1 parent 5730ae2 commit dab0f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zzip/__debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

/* perhaps want to show on syslog(3) ?? */

/* clang-format off */
#ifdef DEBUG
#include <stdio.h>
#define MSG1(X1) ZZIP_FOR1 { \
Expand Down Expand Up @@ -35,6 +36,7 @@
#define MSG5(X1,X2,X3,X4,X5) {}
#define MSG6(X1,X2,X3,X4,X5,X6) {}
#endif
/* clang-format on */

#define DBG1(X1) MSG1("DEBUG: " X1)
#define DBG2(X1,X2) MSG2("DEBUG: " X1,X2)
Expand Down

0 comments on commit dab0f9e

Please sign in to comment.