summaryrefslogtreecommitdiffstats
path: root/getdomain.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-12-31 16:06:53 -0800
committerKevin McCarthy <kevin@8t8.us>2018-12-31 16:06:53 -0800
commit443295ee65c3ebc5085fcab3cc9d533b0fac4f0f (patch)
treedc425cf8028e3b78c635148bfc0a905b1e800327 /getdomain.c
parent1c59c27129b45b9f2cfd630428f57c643276b906 (diff)
Remove trailing whitespace.
The result of find . -name "*.[ch]" -exec emacs -batch {} \ --eval="(progn (delete-trailing-whitespace) (and (buffer-modified-p) (save-buffer)))" \;
Diffstat (limited to 'getdomain.c')
-rw-r--r--getdomain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/getdomain.c b/getdomain.c
index 2190d76e..b3c483f2 100644
--- a/getdomain.c
+++ b/getdomain.c
@@ -70,4 +70,3 @@ int getdnsdomainname (char *d, size_t len)
return ret;
}
-