summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl/types.c')
-rw-r--r--usr.sbin/ngctl/types.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ngctl/types.c b/usr.sbin/ngctl/types.c
index 8ed151e..0d5ef18 100644
--- a/usr.sbin/ngctl/types.c
+++ b/usr.sbin/ngctl/types.c
@@ -68,18 +68,18 @@ TypesCmd(int ac, char **av __unused)
case 1:
break;
default:
- return(CMDRTN_USAGE);
+ return (CMDRTN_USAGE);
}
/* Get list of types */
if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE,
NGM_LISTTYPES, NULL, 0) < 0) {
warn("send msg");
- return(CMDRTN_ERROR);
+ return (CMDRTN_ERROR);
}
if (NgAllocRecvMsg(csock, &resp, NULL) < 0) {
warn("recv msg");
- return(CMDRTN_ERROR);
+ return (CMDRTN_ERROR);
}
/* Show each type */
OpenPOWER on IntegriCloud