summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog/fifolog_create
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2011-02-25 09:40:17 +0000
committerphk <phk@FreeBSD.org>2011-02-25 09:40:17 +0000
commit86423932a67f9fb0a4432c59110644406f829c52 (patch)
tree6dc55e644d181dfdde9a5ca7aec98ee694168420 /usr.sbin/fifolog/fifolog_create
parent53fef1cd60a1d8419e81e6ac991406eb2098d6d2 (diff)
downloadFreeBSD-src-86423932a67f9fb0a4432c59110644406f829c52.zip
FreeBSD-src-86423932a67f9fb0a4432c59110644406f829c52.tar.gz
Fix a bunch of trivial whitespace mistakes and update the miniobj.h
file before the real work starts.
Diffstat (limited to 'usr.sbin/fifolog/fifolog_create')
-rw-r--r--usr.sbin/fifolog/fifolog_create/fifolog_create.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fifolog/fifolog_create/fifolog_create.c b/usr.sbin/fifolog/fifolog_create/fifolog_create.c
index 5e91db1..470c64c 100644
--- a/usr.sbin/fifolog/fifolog_create/fifolog_create.c
+++ b/usr.sbin/fifolog/fifolog_create/fifolog_create.c
@@ -78,11 +78,11 @@ main(int argc, char * const *argv)
}
argc -= optind;
argv += optind;
- if (argc != 1)
+ if (argc != 1)
usage();
if (size != 0 && reccnt != 0 && recsize != 0) { /* N N N */
- if (size != reccnt * recsize)
+ if (size != reccnt * recsize)
errx(1, "Inconsistent -l, -r and -s values");
} else if (size != 0 && reccnt != 0 && recsize == 0) { /* N N Z */
if (size % reccnt)
OpenPOWER on IntegriCloud