code-style: minor cleanup and nitpicking

This commit is contained in:
Hiltjo Posthuma
2015-02-20 13:28:24 +01:00
parent 6c7ff5fda5
commit 31f0624f3d
8 changed files with 20 additions and 20 deletions

2
seq.c
View File

@@ -27,7 +27,7 @@ main(int argc, char *argv[])
ARGBEGIN {
case 'f':
if(!validfmt(tmp=EARGF(usage())))
if (!validfmt(tmp=EARGF(usage())))
eprintf("%s: invalid format\n", tmp);
fmt = tmp;
break;