rc-status: style fixes
This commit is contained in:
parent
f1f48011ac
commit
f9e7a00ba9
@ -190,7 +190,7 @@ static void print_service(const char *service, enum format_t format)
|
|||||||
xasprintf(&status, " stopped ");
|
xasprintf(&status, " stopped ");
|
||||||
|
|
||||||
errno = 0;
|
errno = 0;
|
||||||
switch(format) {
|
switch (format) {
|
||||||
case FORMAT_DEFAULT:
|
case FORMAT_DEFAULT:
|
||||||
cols = printf(" %s", service);
|
cols = printf(" %s", service);
|
||||||
if (c && *c && isatty(fileno(stdout)))
|
if (c && *c && isatty(fileno(stdout)))
|
||||||
|
Loading…
Reference in New Issue
Block a user