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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user