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