aboutsummaryrefslogtreecommitdiff
path: root/runit/svlogd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-28 18:57:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-28 18:57:19 +0200
commite4dcba1c103dc28e927e004791e331aaf604383d (patch)
treea18094ecc54fcea2cb523a802e0c414c3e6f85bf /runit/svlogd.c
parent776509544123c68bbc128c0fdb2f699062d294cf (diff)
downloadbusybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz
busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2
busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit/svlogd.c')
-rw-r--r--runit/svlogd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c
index 052806c25..c3ff4e9c1 100644
--- a/runit/svlogd.c
+++ b/runit/svlogd.c
@@ -1114,7 +1114,8 @@ int svlogd_main(int argc, char **argv)
1114 /* Search for '\n' (in fact, np already holds the result) */ 1114 /* Search for '\n' (in fact, np already holds the result) */
1115 linelen = stdin_cnt; 1115 linelen = stdin_cnt;
1116 if (np) { 1116 if (np) {
1117 print_to_nl: /* NB: starting from here lineptr may point 1117 print_to_nl:
1118 /* NB: starting from here lineptr may point
1118 * farther out into line[] */ 1119 * farther out into line[] */
1119 linelen = np - lineptr + 1; 1120 linelen = np - lineptr + 1;
1120 } 1121 }