aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2011-01-26 15:21:10 +0100
committerGerd Hoffmann <kraxel@redhat.com>2011-01-26 15:21:10 +0100
commite7a838c31d8db6a3621b9eada1e7e94c4806ccb2 (patch)
treef5a64cf3d1021390ac87c6a7f5ef49861b591ad0
parentcac2bfcc2565cc377eee81069b1ea1eea53ece57 (diff)
downloadwebfs-e7a838c31d8db6a3621b9eada1e7e94c4806ccb2.tar.gz
whitespace cleanup
-rw-r--r--webfsd.c6
1 files 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;