summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl/config.c')
-rw-r--r--usr.sbin/ngctl/config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ngctl/config.c b/usr.sbin/ngctl/config.c
index edd47d1..739a693 100644
--- a/usr.sbin/ngctl/config.c
+++ b/usr.sbin/ngctl/config.c
@@ -69,7 +69,7 @@ ConfigCmd(int ac, char **av)
/* Get arguments */
if (ac < 2)
- return(CMDRTN_USAGE);
+ return (CMDRTN_USAGE);
path = av[1];
*buf = '\0';
@@ -93,7 +93,7 @@ ConfigCmd(int ac, char **av)
break;
default:
warn("send msg");
- return(CMDRTN_ERROR);
+ return (CMDRTN_ERROR);
}
} else {
if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0
@@ -106,6 +106,6 @@ ConfigCmd(int ac, char **av)
printf("No config available for \"%s\"\n", path);
else
printf("Config for \"%s\":\n%s\n", path, status);
- return(CMDRTN_OK);
+ return (CMDRTN_OK);
}
OpenPOWER on IntegriCloud