]> granicus.if.org Git - libexpat/commitdiff
benchmark: Indent preprocessor code
authorSebastian Pipping <sebastian@pipping.org>
Sat, 26 Aug 2017 15:18:10 +0000 (17:18 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 26 Aug 2017 15:18:10 +0000 (17:18 +0200)
expat/tests/benchmark/benchmark.c

index c534b0241766f841536448bf77f503603c5f0c2a..0c9155455a47db2448cafe80ad75592cb7b72dca 100644 (file)
 #include "expat.h"
 
 #ifdef XML_LARGE_SIZE
-#define XML_FMT_INT_MOD "ll"
+# define XML_FMT_INT_MOD "ll"
 #else
-#define XML_FMT_INT_MOD "l"
+# define XML_FMT_INT_MOD "l"
 #endif
 
 #ifdef XML_UNICODE_WCHAR_T
-#define XML_FMT_STR "ls"
+# define XML_FMT_STR "ls"
 #else
-#define XML_FMT_STR "s"
+# define XML_FMT_STR "s"
 #endif
 
 static void