diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-15 20:36:46 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-15 20:36:46 -0600 |
commit | f9e7a00ba9c9b179c697fc0af83a19e923c831b0 (patch) | |
tree | 50bd18cad118e7f03e5d935a5013822fd610e36f /src | |
parent | f1f48011acb266db309922f145653b86f11e0baf (diff) |
rc-status: style fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/rc-status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index 5051fc0f..d2f66cb4 100644 --- a/src/rc/rc-status.c +++ b/src/rc/rc-status.c @@ -80,7 +80,7 @@ static void print_level(const char *prefix, const char *level, if (isatty(fileno(stdout))) printf("%s%s%s\n", ecolor(ECOLOR_HILITE), level, ecolor(ECOLOR_NORMAL)); - else + else printf("%s\n", level); break; case FORMAT_INI: @@ -190,7 +190,7 @@ static void print_service(const char *service, enum format_t format) xasprintf(&status, " stopped "); errno = 0; - switch(format) { + switch (format) { case FORMAT_DEFAULT: cols = printf(" %s", service); if (c && *c && isatty(fileno(stdout))) |