summaryrefslogtreecommitdiff
path: root/libc/inet
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-10 00:07:59 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-10 00:07:59 +0000
commitd407085f6b7c16576d2c54303e46b0210685effb (patch)
tree3fc70278fd2b59bd618062be07708f113aee4749 /libc/inet
parent1c294afa13d9d9fa9e299fbc677b959044285bcd (diff)
eat whitespace
Diffstat (limited to 'libc/inet')
-rw-r--r--libc/inet/hostid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/hostid.c b/libc/inet/hostid.c
index 4ac4a811f..8d6001818 100644
--- a/libc/inet/hostid.c
+++ b/libc/inet/hostid.c
@@ -42,7 +42,7 @@ int sethostid(long int new_id)
long int gethostid(void)
{
- char host[MAXHOSTNAMELEN + 1];
+ char host[MAXHOSTNAMELEN + 1];
int fd, id;
/* If hostid was already set the we can return that value.