Skip to content

Commit

Permalink
format: align back-slashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
userwiths committed Jul 12, 2024
1 parent 9e2aa35 commit f6cfadf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libclamav/readdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ struct cli_matcher;
cli_strbcasestr(ext, ".ign") || \
cli_strbcasestr(ext, ".ign2") || \
cli_strbcasestr(ext, ".imp"))
#define CLI_DBEXT_IGNORE(ext) \
( \
#define CLI_DBEXT_IGNORE(ext) \
( \
cli_strbcasestr(ext, ".ign") || \
cli_strbcasestr(ext, ".ign2"))
#else
Expand Down Expand Up @@ -124,8 +124,8 @@ struct cli_matcher;
cli_strbcasestr(ext, ".ign") || \
cli_strbcasestr(ext, ".ign2") || \
cli_strbcasestr(ext, ".imp"))
#define CLI_DBEXT_IGNORE(ext) \
( \
#define CLI_DBEXT_IGNORE(ext) \
( \
cli_strbcasestr(ext, ".ign") || \
cli_strbcasestr(ext, ".ign2"))
#endif
Expand Down

0 comments on commit f6cfadf

Please sign in to comment.