diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 15:57:44 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 15:57:44 +0100 |
commit | 60cb48ca50fcff24aa6c3927f51e4a508fa118f4 (patch) | |
tree | 493e30821f3d484b7395ce9d9e4be39ec9a43126 /runit/runsv.c | |
parent | b8173b603f57dcf918a67f1ec00763ab5f4e1cf8 (diff) | |
download | busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.gz busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.bz2 busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.zip |
whitespace cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit/runsv.c')
-rw-r--r-- | runit/runsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/runsv.c b/runit/runsv.c index ad8d84f74..3e1a3c8e5 100644 --- a/runit/runsv.c +++ b/runit/runsv.c | |||
@@ -172,7 +172,7 @@ static void update_status(struct svdir *s) | |||
172 | } | 172 | } |
173 | close(fd); | 173 | close(fd); |
174 | if (rename_or_warn("supervise/pid.new", | 174 | if (rename_or_warn("supervise/pid.new", |
175 | s->islog ? "log/supervise/pid" : "log/supervise/pid"+4)) | 175 | s->islog ? "log/supervise/pid" : "log/supervise/pid"+4)) |
176 | return; | 176 | return; |
177 | pidchanged = 0; | 177 | pidchanged = 0; |
178 | } | 178 | } |