diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-03-18 10:37:39 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-03-18 10:37:39 +1300 |
commit | 044934b707162461823ce32816c329592a5ffd45 (patch) | |
tree | 6f30c053ec05262586b1b80bed7c9f65b5a239bc /hostname.c | |
parent | Add hostname(1) implementation (diff) | |
download | tunics-044934b707162461823ce32816c329592a5ffd45.tar.gz tunics-044934b707162461823ce32816c329592a5ffd45.zip |
Remove trailing empty line
Diffstat (limited to 'hostname.c')
-rw-r--r-- | hostname.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,4 +10,3 @@ int main(void) { fprintf(stdout, "%s\n", name->nodename); exit(EXIT_SUCCESS); } - |