From f9e7a00ba9c9b179c697fc0af83a19e923c831b0 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 15 Feb 2019 20:36:46 -0600 Subject: [PATCH] rc-status: style fixes --- src/rc/rc-status.c | 4 ++-- 1 file 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)))