summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-08-08 00:05:09 +0000
committerderaadt <deraadt@openbsd.org>2004-08-08 00:05:09 +0000
commit210ae517d2c1e4b1fca50dee2c18d5d4b5595b76 (patch)
tree17b2a7e776ad4eecc13591e92791d7aa52a35583 /usr.sbin/gpioctl
parentNeed pmap_unuse_final() too; Martin Reindl. (diff)
downloadwireguard-openbsd-210ae517d2c1e4b1fca50dee2c18d5d4b5595b76.tar.xz
wireguard-openbsd-210ae517d2c1e4b1fca50dee2c18d5d4b5595b76.zip
spacing
Diffstat (limited to 'usr.sbin/gpioctl')
-rw-r--r--usr.sbin/gpioctl/gpioctl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.c b/usr.sbin/gpioctl/gpioctl.c
index 5962a34638e..c0b0afc1127 100644
--- a/usr.sbin/gpioctl/gpioctl.c
+++ b/usr.sbin/gpioctl/gpioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gpioctl.c,v 1.1 2004/06/03 19:13:24 grange Exp $ */
+/* $OpenBSD: gpioctl.c,v 1.2 2004/08/08 00:05:09 deraadt Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
*
@@ -142,7 +142,7 @@ pinread(int pin)
op.gp_pin = pin;
if (ioctl(devfd, GPIOPINREAD, &op) == -1)
err(1, "GPIOPINREAD");
-
+
if (quiet)
return;
@@ -222,9 +222,9 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage:\t%s [-hq] [-d device] [pin] [0 | 1 | 2]\n",
+ fprintf(stderr, "usage: %s [-hq] [-d device] [pin] [0 | 1 | 2]\n",
__progname);
- fprintf(stderr, "\t%s [-hq] [-d device] -c pin [flags]\n",
+ fprintf(stderr, " %s [-hq] [-d device] -c pin [flags]\n",
__progname);
exit(1);