Skip to content

Commit

Permalink
Apply formatting to scanner.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 7, 2024
1 parent 5766e75 commit 064c602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#ifdef DEBUG_PRINT
#define dbg_print(...) \
do { \
fprintf(stderr, " \033[96;1mparse: \033[0m"); \
fprintf(stderr, __VA_ARGS__); \
fprintf(stderr, " \033[96;1mparse: \033[0m"); \
fprintf(stderr, __VA_ARGS__); \
} while (0)
#else
#define dbg_print(...)
Expand Down

0 comments on commit 064c602

Please sign in to comment.