From: Bruno Haible Date: Mon, 14 Jul 2003 12:39:11 +0000 (+0000) Subject: Make cpp indentation consistent. X-Git-Tag: v0.13~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0798da128203d1ef5bfb52cbc04c1e7c572ce9c6;p=thirdparty%2Fgettext.git Make cpp indentation consistent. --- diff --git a/gettext-runtime/intl/vasnprintf.c b/gettext-runtime/intl/vasnprintf.c index 26106e1a8..b94297d1e 100644 --- a/gettext-runtime/intl/vasnprintf.c +++ b/gettext-runtime/intl/vasnprintf.c @@ -544,7 +544,7 @@ VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list ar retcount = 0; #if USE_SNPRINTF -#define SNPRINTF_BUF(arg) \ +# define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \ @@ -564,7 +564,7 @@ VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list ar abort (); \ } #else -#define SNPRINTF_BUF(arg) \ +# define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \ diff --git a/gettext-runtime/libasprintf/vasnprintf.c b/gettext-runtime/libasprintf/vasnprintf.c index 26106e1a8..b94297d1e 100644 --- a/gettext-runtime/libasprintf/vasnprintf.c +++ b/gettext-runtime/libasprintf/vasnprintf.c @@ -544,7 +544,7 @@ VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list ar retcount = 0; #if USE_SNPRINTF -#define SNPRINTF_BUF(arg) \ +# define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \ @@ -564,7 +564,7 @@ VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list ar abort (); \ } #else -#define SNPRINTF_BUF(arg) \ +# define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \