Nuke a bunch of whitespace nits seen while '%q' hunting.
authorkrw <krw@openbsd.org>
Tue, 16 Aug 2016 16:44:55 +0000 (16:44 +0000)
committerkrw <krw@openbsd.org>
Tue, 16 Aug 2016 16:44:55 +0000 (16:44 +0000)
bin/dd/args.c
bin/dd/conv.c
bin/dd/dd.h

index 8b9568d..a59f320 100644 (file)
@@ -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
index 16aa5f1..023a05b 100644 (file)
@@ -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;
        }
index b9f5788..27f25a9 100644 (file)
@@ -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 */