summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl/shutdown.c')
-rw-r--r--usr.sbin/ngctl/shutdown.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ngctl/shutdown.c b/usr.sbin/ngctl/shutdown.c
index e5679dd..b06beb5 100644
--- a/usr.sbin/ngctl/shutdown.c
+++ b/usr.sbin/ngctl/shutdown.c
@@ -64,16 +64,16 @@ ShutdownCmd(int ac, char **av)
path = av[1];
break;
default:
- return(CMDRTN_USAGE);
+ return (CMDRTN_USAGE);
}
/* Shutdown node */
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
NGM_SHUTDOWN, NULL, 0) < 0) {
warn("shutdown");
- return(CMDRTN_ERROR);
+ return (CMDRTN_ERROR);
}
- return(CMDRTN_OK);
+ return (CMDRTN_OK);
}
OpenPOWER on IntegriCloud