From 5ac626c1f4fb9d59cf11a0f023c5b93e7c27852b Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 14 Dec 1995 23:19:36 +0000 Subject: Restored formatting from the old printf/printf.c. --- bin/sh/bltin/bltin.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/sh/bltin') diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index 9b9b6c5..e543e9b 100644 --- a/bin/sh/bltin/bltin.h +++ b/bin/sh/bltin/bltin.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)bltin.h 8.1 (Berkeley) 5/31/93 - * $Id: bltin.h,v 1.2 1994/09/24 02:58:26 davidg Exp $ + * $Id: bltin.h,v 1.3 1995/12/10 15:37:44 joerg Exp $ */ /* @@ -60,10 +60,10 @@ #define fputs outstr #define fflush flushout #define INITARGS(argv) -#define warnx(a, b, c) { \ - char buf[64]; \ - (void)snprintf(buf, sizeof(buf), a, b, c); \ - error(buf); \ +#define warnx(a, b, c) { \ + char buf[64]; \ + (void)snprintf(buf, sizeof(buf), a, b, c); \ + error(buf); \ } #else #undef NULL -- cgit v1.1