aboutsummaryrefslogtreecommitdiff
path: root/hostname.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-18 10:37:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-18 10:37:39 +1300
commit044934b707162461823ce32816c329592a5ffd45 (patch)
tree6f30c053ec05262586b1b80bed7c9f65b5a239bc /hostname.c
parentAdd hostname(1) implementation (diff)
downloadtunics-044934b707162461823ce32816c329592a5ffd45.tar.gz
tunics-044934b707162461823ce32816c329592a5ffd45.zip
Remove trailing empty line
Diffstat (limited to 'hostname.c')
-rw-r--r--hostname.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hostname.c b/hostname.c
index 532fc16..ed3b25d 100644
--- a/hostname.c
+++ b/hostname.c
@@ -10,4 +10,3 @@ int main(void) {
fprintf(stdout, "%s\n", name->nodename);
exit(EXIT_SUCCESS);
}
-