summaryrefslogtreecommitdiff
path: root/src/conntrack.c
diff options
context:
space:
mode:
authorGeert Stappers <stappers@stappers.nl>2021-04-05 22:42:24 +0200
committerSimon Kelley <simon@thekelleys.org.uk>2021-04-09 17:27:36 +0100
commit3573ca0eecc56ce75d5db24bab41c2fc423bf3ea (patch)
treebbc1ae82024caf15711b30ca49b1dc90d8c5c6ef /src/conntrack.c
parentad90eb075dfeeb1936e8bc0f323fcc23f89364d4 (diff)
downloaddnsmasq-3573ca0eecc56ce75d5db24bab41c2fc423bf3ea.tar.gz
Chomp file ends
Removed empty lines from end of src/*.[ch] files. If the new last line became '#endif' was the condition of the '#if' added.
Diffstat (limited to 'src/conntrack.c')
-rw-r--r--src/conntrack.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/conntrack.c b/src/conntrack.c
index 7ec2083..745a2a3 100644
--- a/src/conntrack.c
+++ b/src/conntrack.c
@@ -82,7 +82,4 @@ static int callback(enum nf_conntrack_msg_type type, struct nf_conntrack *ct, vo
return NFCT_CB_CONTINUE;
}
-#endif
-
-
-
+#endif /* HAVE_CONNTRACK */