aboutsummaryrefslogtreecommitdiff
path: root/src/rc/start-stop-daemon.c
diff options
context:
space:
mode:
authorphilhofer <phofer@umich.edu>2018-12-27 10:06:01 -0800
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-12-27 13:13:09 -0600
commit3e00fbc9b08dde9e2c7fc26ecb9e831417012dd1 (patch)
tree4bc5591969f665faf8a05251ec53e5e279643734 /src/rc/start-stop-daemon.c
parent846e4600754dab3f0cb49edb4ad9e2b2b73d3f47 (diff)
fix leading whitespace
Clean up code indented with mixed tabs and spaces. No actual code changes. This fixes #280.
Diffstat (limited to 'src/rc/start-stop-daemon.c')
-rw-r--r--src/rc/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index a96b29f0..c59d3d5c 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -547,7 +547,7 @@ int main(int argc, char **argv)
} else if (name) {
*--argv = name;
++argc;
- } else if (exec) {
+ } else if (exec) {
*--argv = exec;
++argc;
};