From 557514f55cd92c22df482ee15a0f23d20a2af4f7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 29 Feb 1996 03:06:10 +0000 Subject: [PATCH] (wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSI function definition so ansi2knr doesn't munge it. --- src/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stty.c b/src/stty.c index 0ed540f79d..72a6f1afe0 100644 --- a/src/stty.c +++ b/src/stty.c @@ -430,7 +430,7 @@ static void #ifdef __STDC__ wrapf (const char *message,...) #else -wrapf (message, va_alist) + wrapf (message, va_alist) const char *message; va_dcl #endif -- 2.47.2