From 1d42ebcd1d13f4695246c1c02c38f5c2b36c1140 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 16 Sep 2024 14:00:21 +0200 Subject: [PATCH] Fix whitespace issue Signed-off-by: DL6ER --- src/dnsmasq_interface.c | 2 +- src/tools/gravity-parseList.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dnsmasq_interface.c b/src/dnsmasq_interface.c index c47e8ab0a6..362eb1bbd0 100644 --- a/src/dnsmasq_interface.c +++ b/src/dnsmasq_interface.c @@ -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)", diff --git a/src/tools/gravity-parseList.h b/src/tools/gravity-parseList.h index b3e816b09e..34ca169c5f 100644 --- a/src/tools/gravity-parseList.h +++ b/src/tools/gravity-parseList.h @@ -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 \ No newline at end of file +#endif // GRAVITY_PARSELIST_H