Skip to content

Commit

Permalink
helper: remove whitespace between while and left parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
aesophor committed Aug 28, 2019
1 parent c668d26 commit 56492a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ light_loglevel_t light_loglevel;
do {\
log("could not open '%s' for " act, filename);\
log("Verify it exists with the right permissions");\
} while (0)
} while(0)

#define LIGHT_PERMERR(x) LIGHT_PERMLOG(x, LIGHT_ERR)
#define LIGHT_PERMWARN(x) LIGHT_PERMLOG(x, LIGHT_WARN)
Expand Down

0 comments on commit 56492a9

Please sign in to comment.