1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

(wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSI

function definition so ansi2knr doesn't munge it.
This commit is contained in:
Jim Meyering
1996-02-29 03:06:10 +00:00
parent 5ba09e9ace
commit 557514f55c
+1 -1
View File
@@ -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