summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2016-08-16 16:44:55 +0000
committerkrw <krw@openbsd.org>2016-08-16 16:44:55 +0000
commit4220d8fd156d26bc4186aa43c5b51b0e3480bc5e (patch)
tree661387e6d9d60f688202c7847036d41b78f5af99
parentNuke a bunch of whitespace nits seen while '%q' hunting. (diff)
downloadwireguard-openbsd-4220d8fd156d26bc4186aa43c5b51b0e3480bc5e.tar.xz
wireguard-openbsd-4220d8fd156d26bc4186aa43c5b51b0e3480bc5e.zip
Nuke a bunch of whitespace nits seen while '%q' hunting.
-rw-r--r--bin/dd/args.c6
-rw-r--r--bin/dd/conv.c4
-rw-r--r--bin/dd/dd.h4
3 files changed, 7 insertions, 7 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c
index 8b9568dcdbd..a59f320f671 100644
--- a/bin/dd/args.c
+++ b/bin/dd/args.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: args.c,v 1.27 2016/08/14 13:40:55 tedu Exp $ */
+/* $OpenBSD: args.c,v 1.28 2016/08/16 16:44:55 krw Exp $ */
/* $NetBSD: args.c,v 1.7 1996/03/01 01:18:58 jtc Exp $ */
/*-
@@ -309,7 +309,7 @@ f_conv(char *arg)
/*
* Convert an expression of the following forms to a size_t
- * 1) A positive decimal number, optionally followed by
+ * 1) A positive decimal number, optionally followed by
* b - multiply by 512.
* k, m or g - multiply by 1024 each.
* w - multiply by sizeof int
@@ -392,7 +392,7 @@ erange:
/*
* Convert an expression of the following forms to an off_t
- * 1) A positive decimal number, optionally followed by
+ * 1) A positive decimal number, optionally followed by
* b - multiply by 512.
* k, m or g - multiply by 1024 each.
* w - multiply by sizeof int
diff --git a/bin/dd/conv.c b/bin/dd/conv.c
index 16aa5f1b8f3..023a05b2c7c 100644
--- a/bin/dd/conv.c
+++ b/bin/dd/conv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conv.c,v 1.12 2015/01/16 06:39:31 deraadt Exp $ */
+/* $OpenBSD: conv.c,v 1.13 2016/08/16 16:44:55 krw Exp $ */
/* $NetBSD: conv.c,v 1.6 1996/02/20 19:29:02 jtc Exp $ */
/*-
@@ -74,7 +74,7 @@ def(void)
* Ddout copies the leftover output to the beginning of
* the buffer and resets the output buffer. Reset the
* input buffer to match it.
- */
+ */
in.dbp = out.dbp;
in.dbcnt = out.dbcnt;
}
diff --git a/bin/dd/dd.h b/bin/dd/dd.h
index b9f57885322..27f25a93358 100644
--- a/bin/dd/dd.h
+++ b/bin/dd/dd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dd.h,v 1.6 2014/02/12 01:18:36 bluhm Exp $ */
+/* $OpenBSD: dd.h,v 1.7 2016/08/16 16:44:55 krw Exp $ */
/* $NetBSD: dd.h,v 1.4 1995/03/21 09:04:08 cgd Exp $ */
/*-
@@ -50,7 +50,7 @@ typedef struct {
#define NOREAD 0x08 /* not readable */
u_int flags;
- char *name; /* name */
+ char *name; /* name */
int fd; /* file descriptor */
off_t offset; /* # of blocks to skip */