summaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-08-14 05:38:04 +0000
committerchris <chris@FreeBSD.org>1999-08-14 05:38:04 +0000
commit855aedd7e71962f09efc6e3f9a6841bd7f50fdf5 (patch)
tree77db46fa906f23d527dc2acdb90a591c3fce06e0 /bin/test
parenta8658ef38fcdfabe89e91d8440a3905812598ba1 (diff)
downloadFreeBSD-src-855aedd7e71962f09efc6e3f9a6841bd7f50fdf5.zip
FreeBSD-src-855aedd7e71962f09efc6e3f9a6841bd7f50fdf5.tar.gz
Minor style fix - change 'if(!*v)' to 'if (!*v)'
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test/test.c b/bin/test/test.c
index 2b7bd42..e6cdf55 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -45,7 +45,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)test.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: test.c,v 1.20 1998/09/07 16:59:05 cracauer Exp $";
+ "$Id: test.c,v 1.21 1999/05/08 10:22:15 kris Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -556,7 +556,7 @@ get_int(v, lp)
for (; *v && isspace(*v); ++v);
- if(!*v) {
+ if (!*v) {
*lp = 0;
return;
}
OpenPOWER on IntegriCloud