summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-12-12 21:18:35 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-12-12 21:18:35 +0000
commit0944ef57ac70d283e6b67cae420496d3dc113276 (patch)
treee57863a25cb0e0eba41be8387d585e8f1ff50c64 /regress
parent85223cb0c4d24ef5f6b31e68421497cd14c19931 (diff)
indent.
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libc_r/stdarg/stdarg.c7
-rw-r--r--regress/lib/libpthread/stdarg/stdarg.c7
2 files changed, 8 insertions, 6 deletions
diff --git a/regress/lib/libc_r/stdarg/stdarg.c b/regress/lib/libc_r/stdarg/stdarg.c
index d1820bdd080..3d677db3715 100644
--- a/regress/lib/libc_r/stdarg/stdarg.c
+++ b/regress/lib/libc_r/stdarg/stdarg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stdarg.c,v 1.3 2001/09/20 16:43:16 todd Exp $ */
+/* $OpenBSD: stdarg.c,v 1.4 2001/12/12 21:18:34 fgsch Exp $ */
/* David Leonard <d@openbsd.org>, 2001. Public Domain. */
/*
@@ -47,8 +47,9 @@ test1(char *fmt, ...)
EQ(p, &thing);
break;
default:
- fprintf(stderr, "unexpected character 0x%02x `%c' in %s(%p) at %p\n",
- ch, ch, ofmt, ofmt, fmt);
+ fprintf(stderr,
+ "unexpected character 0x%02x `%c' in %s(%p) at %p\n",
+ ch, ch, ofmt, ofmt, fmt);
ASSERT(0);
}
va_end(ap);
diff --git a/regress/lib/libpthread/stdarg/stdarg.c b/regress/lib/libpthread/stdarg/stdarg.c
index d1820bdd080..3d677db3715 100644
--- a/regress/lib/libpthread/stdarg/stdarg.c
+++ b/regress/lib/libpthread/stdarg/stdarg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stdarg.c,v 1.3 2001/09/20 16:43:16 todd Exp $ */
+/* $OpenBSD: stdarg.c,v 1.4 2001/12/12 21:18:34 fgsch Exp $ */
/* David Leonard <d@openbsd.org>, 2001. Public Domain. */
/*
@@ -47,8 +47,9 @@ test1(char *fmt, ...)
EQ(p, &thing);
break;
default:
- fprintf(stderr, "unexpected character 0x%02x `%c' in %s(%p) at %p\n",
- ch, ch, ofmt, ofmt, fmt);
+ fprintf(stderr,
+ "unexpected character 0x%02x `%c' in %s(%p) at %p\n",
+ ch, ch, ofmt, ofmt, fmt);
ASSERT(0);
}
va_end(ap);