diff options
author | Amar Tumballi <amar@gluster.com> | 2011-03-16 09:39:15 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-17 11:57:35 -0700 |
commit | ca6528592eed88ff1598b25f1aaa1c99c14a2e32 (patch) | |
tree | fed1c079b4c0e09f80fc96618223d806d137cb9f /glusterfsd/src/glusterfsd.c | |
parent | 532edf1c4a8f0db7447d12657a100e8dd91a74e0 (diff) |
glusterfsd: whitespace cleanup
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2346 (Log message enhancements in GlusterFS - phase 1)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2346
Diffstat (limited to 'glusterfsd/src/glusterfsd.c')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 2c723c9e2..253b6b839 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -863,8 +863,8 @@ set_log_file_path (cmd_args_t *cmd_args) tmp_str[j] = '-'; } ret = gf_asprintf (&cmd_args->log_file, - DEFAULT_LOG_FILE_DIRECTORY "/%s.log", - tmp_str); + DEFAULT_LOG_FILE_DIRECTORY "/%s.log", + tmp_str); if (ret == -1) { gf_log ("glusterfsd", GF_LOG_ERROR, "asprintf failed while setting up log-file"); @@ -1214,9 +1214,9 @@ glusterfs_sigwaiter (void *arg) for (;;) { ret = sigwait (&set, &sig); - if (ret) + if (ret) continue; - + switch (sig) { case SIGINT: @@ -1233,7 +1233,7 @@ glusterfs_sigwaiter (void *arg) gf_latency_toggle (sig); break; default: - + break; } } |