Module Name: src
Committed By: simonb
Date: Tue May 12 09:48:44 UTC 2020
Modified Files:
src/sbin/rndctl: rndctl.c
Log Message:
Whitespace alignment nits.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sbin/rndctl/rndctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/rndctl/rndctl.c
diff -u src/sbin/rndctl/rndctl.c:1.36 src/sbin/rndctl/rndctl.c:1.37
--- src/sbin/rndctl/rndctl.c:1.36 Thu May 7 19:13:38 2020
+++ src/sbin/rndctl/rndctl.c Tue May 12 09:48:44 2020
@@ -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 @@ usage(void)
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);
}