diff options
author | Austin English <austinenglish@gmail.com> | 2018-10-19 14:56:35 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gmail.com> | 2018-11-27 21:22:29 -0500 |
commit | 7a00c63420f81797b3e0cc402f756b63fe06f7d4 (patch) | |
tree | 0ec44e3bf5d9937537b44d3658febf3bf0dcb9b9 /src/rc/openrc-init.c | |
parent | f4597c546a998085e09880aa6663d1d6ee05fac4 (diff) |
fix misc whitespace issues
Diffstat (limited to 'src/rc/openrc-init.c')
-rw-r--r-- | src/rc/openrc-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/openrc-init.c b/src/rc/openrc-init.c index c57a3b06..e1aaeaee 100644 --- a/src/rc/openrc-init.c +++ b/src/rc/openrc-init.c @@ -193,7 +193,7 @@ int main(int argc, char **argv) } } } -#endif +#endif printf("OpenRC init version %s starting\n", VERSION); |