Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/rndctl Whitespace alignment nits.



details:   https://anonhg.NetBSD.org/src/rev/d70902751e16
branches:  trunk
changeset: 932606:d70902751e16
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue May 12 09:48:44 2020 +0000

description:
Whitespace alignment nits.

diffstat:

 sbin/rndctl/rndctl.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 6972b08d6342 -r d70902751e16 sbin/rndctl/rndctl.c
--- a/sbin/rndctl/rndctl.c      Tue May 12 06:32:05 2020 +0000
+++ b/sbin/rndctl/rndctl.c      Tue May 12 09:48:44 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rndctl.c,v 1.36 2020/05/07 19:13:38 riastradh Exp $    */
+/*     $NetBSD: rndctl.c,v 1.37 2020/05/12 09:48:44 simonb Exp $       */
 
 /*-
  * Copyright (c) 1997 Michael Graff.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: rndctl.c,v 1.36 2020/05/07 19:13:38 riastradh Exp $");
+__RCSID("$NetBSD: rndctl.c,v 1.37 2020/05/12 09:48:44 simonb Exp $");
 #endif
 
 #include <sys/param.h>
@@ -90,8 +90,8 @@
            getprogname());
        fprintf(stderr, "       %s [-lsv] [-d devname | -t devtype]\n",
            getprogname());
-       fprintf(stderr, "       %s [-i] -L save-file\n", getprogname());
-       fprintf(stderr, "       %s -S save-file\n", getprogname());
+       fprintf(stderr, "       %s [-i] -L save-file\n", getprogname());
+       fprintf(stderr, "       %s -S save-file\n", getprogname());
        exit(1);
 }
 



Home | Main Index | Thread Index | Old Index