Skip to content

Commit

Permalink
Fix whitespace issue
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Sep 16, 2024
1 parent 9148224 commit 1d42ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dnsmasq_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ static bool _FTL_check_blocking(int queryID, int domainID, int clientID, const c
blockingreason = "blocked upstream with NXRA address";
break;
}

// Known as upstream blocked, we return this result
// early, skipping all the lengthy tests below
log_debug(DEBUG_QUERIES, "%s is known as %s (expires in %lus)",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/gravity-parseList.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
int gravity_parseList(const char *infile, const char *outfile, const char *adlistID, const bool checkOnly, const bool antigravity);
bool __attribute__((pure)) valid_domain(const char *domain, const size_t len, const bool fqdn_only);

#endif // GRAVITY_PARSELIST_H
#endif // GRAVITY_PARSELIST_H

0 comments on commit 1d42ebc

Please sign in to comment.