From 15dfa474701056b284e1d175e54a39e598937e7e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 16 Dec 2006 17:52:22 +0000 Subject: spacing, plus dubious \% in format string --- usr.sbin/hostatectl/hostatectl.c | 14 +++++++------- usr.sbin/hoststatectl/hoststatectl.c | 14 +++++++------- usr.sbin/relayctl/relayctl.c | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/usr.sbin/hostatectl/hostatectl.c b/usr.sbin/hostatectl/hostatectl.c index 957cb0fe816..8c5813fa722 100644 --- a/usr.sbin/hostatectl/hostatectl.c +++ b/usr.sbin/hostatectl/hostatectl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hostatectl.c,v 1.4 2006/12/16 15:02:35 reyk Exp $ */ +/* $OpenBSD: hostatectl.c,v 1.5 2006/12/16 17:52:21 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard @@ -100,11 +100,11 @@ main(int argc, char *argv[]) /* not reached */ case SHOW_SUM: imsg_compose(ibuf, IMSG_CTL_SHOW_SUM, 0, 0, NULL, 0); - printf("type\t\%4s\t%-16s\tstatus\n\n", "id", "name"); + printf("type\t%4s\t%-16s\tstatus\n\n", "id", "name"); break; case SERV_ENABLE: imsg_compose(ibuf, IMSG_CTL_SERVICE_ENABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case SERV_DISABLE: imsg_compose(ibuf, IMSG_CTL_SERVICE_DISABLE, 0, 0, @@ -112,19 +112,19 @@ main(int argc, char *argv[]) break; case TABLE_ENABLE: imsg_compose(ibuf, IMSG_CTL_TABLE_ENABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case TABLE_DISABLE: imsg_compose(ibuf, IMSG_CTL_TABLE_DISABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case HOST_ENABLE: imsg_compose(ibuf, IMSG_CTL_HOST_ENABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case HOST_DISABLE: imsg_compose(ibuf, IMSG_CTL_HOST_DISABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case SHUTDOWN: imsg_compose(ibuf, IMSG_CTL_SHUTDOWN, 0, 0, NULL, 0); diff --git a/usr.sbin/hoststatectl/hoststatectl.c b/usr.sbin/hoststatectl/hoststatectl.c index e1842d42b30..ca9c0917d6a 100644 --- a/usr.sbin/hoststatectl/hoststatectl.c +++ b/usr.sbin/hoststatectl/hoststatectl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststatectl.c,v 1.4 2006/12/16 15:02:35 reyk Exp $ */ +/* $OpenBSD: hoststatectl.c,v 1.5 2006/12/16 17:52:21 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard @@ -100,11 +100,11 @@ main(int argc, char *argv[]) /* not reached */ case SHOW_SUM: imsg_compose(ibuf, IMSG_CTL_SHOW_SUM, 0, 0, NULL, 0); - printf("type\t\%4s\t%-16s\tstatus\n\n", "id", "name"); + printf("type\t%4s\t%-16s\tstatus\n\n", "id", "name"); break; case SERV_ENABLE: imsg_compose(ibuf, IMSG_CTL_SERVICE_ENABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case SERV_DISABLE: imsg_compose(ibuf, IMSG_CTL_SERVICE_DISABLE, 0, 0, @@ -112,19 +112,19 @@ main(int argc, char *argv[]) break; case TABLE_ENABLE: imsg_compose(ibuf, IMSG_CTL_TABLE_ENABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case TABLE_DISABLE: imsg_compose(ibuf, IMSG_CTL_TABLE_DISABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case HOST_ENABLE: imsg_compose(ibuf, IMSG_CTL_HOST_ENABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case HOST_DISABLE: imsg_compose(ibuf, IMSG_CTL_HOST_DISABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case SHUTDOWN: imsg_compose(ibuf, IMSG_CTL_SHUTDOWN, 0, 0, NULL, 0); diff --git a/usr.sbin/relayctl/relayctl.c b/usr.sbin/relayctl/relayctl.c index 50b7cbd5e14..4de38d73807 100644 --- a/usr.sbin/relayctl/relayctl.c +++ b/usr.sbin/relayctl/relayctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: relayctl.c,v 1.4 2006/12/16 15:02:35 reyk Exp $ */ +/* $OpenBSD: relayctl.c,v 1.5 2006/12/16 17:52:21 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard @@ -100,11 +100,11 @@ main(int argc, char *argv[]) /* not reached */ case SHOW_SUM: imsg_compose(ibuf, IMSG_CTL_SHOW_SUM, 0, 0, NULL, 0); - printf("type\t\%4s\t%-16s\tstatus\n\n", "id", "name"); + printf("type\t%4s\t%-16s\tstatus\n\n", "id", "name"); break; case SERV_ENABLE: imsg_compose(ibuf, IMSG_CTL_SERVICE_ENABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case SERV_DISABLE: imsg_compose(ibuf, IMSG_CTL_SERVICE_DISABLE, 0, 0, @@ -112,19 +112,19 @@ main(int argc, char *argv[]) break; case TABLE_ENABLE: imsg_compose(ibuf, IMSG_CTL_TABLE_ENABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case TABLE_DISABLE: imsg_compose(ibuf, IMSG_CTL_TABLE_DISABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case HOST_ENABLE: imsg_compose(ibuf, IMSG_CTL_HOST_ENABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case HOST_DISABLE: imsg_compose(ibuf, IMSG_CTL_HOST_DISABLE, 0, 0, - &res->id, sizeof(res->id)); + &res->id, sizeof(res->id)); break; case SHUTDOWN: imsg_compose(ibuf, IMSG_CTL_SHUTDOWN, 0, 0, NULL, 0); -- cgit v1.2.3