From e7a838c31d8db6a3621b9eada1e7e94c4806ccb2 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 26 Jan 2011 15:21:10 +0100 Subject: whitespace cleanup --- webfsd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webfsd.c b/webfsd.c index 36e5313..2f3bf6e 100644 --- a/webfsd.c +++ b/webfsd.c @@ -189,7 +189,7 @@ fix_ug(void) { struct passwd *pw = NULL; struct group *gr = NULL; - + /* root is allowed to use any uid/gid, * others will get their real uid/gid */ if (0 == getuid() && strlen(user) > 0) { @@ -698,7 +698,7 @@ main(int argc, char *argv[]) if (res->ai_canonname) strcpy(server_host,res->ai_canonname); } - + /* parse options */ for (;;) { if (-1 == (c = getopt(argc,argv,"hvsdF46jS" @@ -841,7 +841,7 @@ main(int argc, char *argv[]) xperror(LOG_ERR,"socket (ipv6)",NULL); } } - + /* ... failing that try ipv4 */ if (-1 == slisten && v4) { ask.ai_family = PF_INET; -- cgit