]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make cpp indentation consistent.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Jul 2003 12:39:11 +0000 (12:39 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:47 +0000 (12:10 +0200)
gettext-runtime/intl/vasnprintf.c
gettext-runtime/libasprintf/vasnprintf.c

index 26106e1a856e49a290881269f65440fef456ea11..b94297d1e7eefa692038e8740681850da4ff153c 100644 (file)
@@ -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:                                               \
index 26106e1a856e49a290881269f65440fef456ea11..b94297d1e7eefa692038e8740681850da4ff153c 100644 (file)
@@ -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:                                               \