diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /sysklogd/syslogd.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
Diffstat (limited to 'sysklogd/syslogd.c')
-rw-r--r-- | sysklogd/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index e6b7ee7ed..c827fd85a 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -386,7 +386,7 @@ static void logMessage(int pri, char *msg) | |||
386 | time_t now; | 386 | time_t now; |
387 | char *timestamp; | 387 | char *timestamp; |
388 | static char res[20]; | 388 | static char res[20]; |
389 | #ifdef CONFIG_FEATURE_REMOTE_LOG | 389 | #ifdef CONFIG_FEATURE_REMOTE_LOG |
390 | static char line[MAXLINE + 1]; | 390 | static char line[MAXLINE + 1]; |
391 | #endif | 391 | #endif |
392 | CODE *c_pri, *c_fac; | 392 | CODE *c_pri, *c_fac; |