rc-status: style fixes

This commit is contained in:
William Hubbs 2019-02-15 20:36:46 -06:00
parent f1f48011ac
commit f9e7a00ba9

View File

@ -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)))