summaryrefslogtreecommitdiff
path: root/bin/ksh/c_test.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-28 21:33:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-28 21:33:05 +0000
commitd7eeb04832478dfaae6ebb1ecc1e17e59637561c (patch)
tree701d302a540d0fb7bf4fffe241740b0785a29f5b /bin/ksh/c_test.c
parentc7d3a861b50e69bd7963b9064d35b957fa18fe6a (diff)
spacing
Diffstat (limited to 'bin/ksh/c_test.c')
-rw-r--r--bin/ksh/c_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/c_test.c b/bin/ksh/c_test.c
index 2023d51be60..0e6ee7fd259 100644
--- a/bin/ksh/c_test.c
+++ b/bin/ksh/c_test.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: c_test.c,v 1.15 2005/02/02 07:53:01 otto Exp $ */
+/* $OpenBSD: c_test.c,v 1.16 2005/03/28 21:33:04 deraadt Exp $ */
/*
* test(1); version 7-like -- author Erik Baalbergen
@@ -505,8 +505,8 @@ ptest_isa(Test_env *te, Test_meta meta)
{
/* Order important - indexed by Test_meta values */
static const char *const tokens[] = {
- "-o", "-a", "!", "(", ")"
- };
+ "-o", "-a", "!", "(", ")"
+ };
int ret;
if (te->pos.wp >= te->wp_end)