summaryrefslogtreecommitdiff
path: root/src/netlink.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/netlink.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/netlink.c')
-rw-r--r--src/netlink.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/netlink.c b/src/netlink.c
index 9762bfa..7840ef9 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -402,6 +402,4 @@ static unsigned nl_async(struct nlmsghdr *h, unsigned state)
}
return state;
}
-#endif
-
-
+#endif /* HAVE_LINUX_NETWORK */