summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic/util_localhost.c
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-01-22 23:21:11 +0000
committerTom Yu <tlyu@mit.edu>2009-01-22 23:21:11 +0000
commitf391d18be3aa3de52b391596bd8025010281cfb7 (patch)
treec5c4d97d09ea4adfe82d70a057c5e6f785037340 /src/lib/gssapi/generic/util_localhost.c
parent6422c0b5646f4f8e40108c167c50d7aea9abb6da (diff)
downloadkrb5-f391d18be3aa3de52b391596bd8025010281cfb7.tar.gz
krb5-f391d18be3aa3de52b391596bd8025010281cfb7.tar.xz
krb5-f391d18be3aa3de52b391596bd8025010281cfb7.zip
whitespace
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21778 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/util_localhost.c')
-rw-r--r--src/lib/gssapi/generic/util_localhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/gssapi/generic/util_localhost.c b/src/lib/gssapi/generic/util_localhost.c
index c014400fb..85e098047 100644
--- a/src/lib/gssapi/generic/util_localhost.c
+++ b/src/lib/gssapi/generic/util_localhost.c
@@ -41,7 +41,7 @@ g_local_host_name(void)
char buf[MAXHOSTNAMELEN+1], *ptr;
if (gethostname(buf, sizeof(buf)) < 0)
- return 0;
+ return 0;
buf[sizeof(buf)-1] = '\0';