From 3e00fbc9b08dde9e2c7fc26ecb9e831417012dd1 Mon Sep 17 00:00:00 2001 From: philhofer Date: Thu, 27 Dec 2018 10:06:01 -0800 Subject: fix leading whitespace Clean up code indented with mixed tabs and spaces. No actual code changes. This fixes #280. --- src/rc/start-stop-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/start-stop-daemon.c') 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; }; -- cgit v1.2.3