diff options
author | 2001-12-12 21:18:34 +0000 | |
---|---|---|
committer | 2001-12-12 21:18:34 +0000 | |
commit | f3008457e250564e4cae5378926fbd05d45a61c3 (patch) | |
tree | a18fa6818a4a97577f4a9fc1bd6bc38d4e44f317 /regress/lib/libpthread/stdarg/stdarg.c | |
parent | Set MAXTIME to 10, allowing to pass on slower machines like p 300. (diff) | |
download | wireguard-openbsd-f3008457e250564e4cae5378926fbd05d45a61c3.tar.xz wireguard-openbsd-f3008457e250564e4cae5378926fbd05d45a61c3.zip |
indent.
Diffstat (limited to 'regress/lib/libpthread/stdarg/stdarg.c')
-rw-r--r-- | regress/lib/libpthread/stdarg/stdarg.c | 7 |
1 files changed, 4 insertions, 3 deletions
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); |