summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/rmhook.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl/rmhook.c')
-rw-r--r--usr.sbin/ngctl/rmhook.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ngctl/rmhook.c b/usr.sbin/ngctl/rmhook.c
index ba63a9e..9a47a9d 100644
--- a/usr.sbin/ngctl/rmhook.c
+++ b/usr.sbin/ngctl/rmhook.c
@@ -72,15 +72,15 @@ RmHookCmd(int ac, char **av)
snprintf(rmh.ourhook, sizeof(rmh.ourhook), "%s", av[1]);
break;
default:
- return(CMDRTN_USAGE);
+ return (CMDRTN_USAGE);
}
/* Send message */
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
NGM_RMHOOK, &rmh, sizeof(rmh)) < 0) {
warn("send msg");
- return(CMDRTN_ERROR);
+ return (CMDRTN_ERROR);
}
- return(CMDRTN_OK);
+ return (CMDRTN_OK);
}
OpenPOWER on IntegriCloud