summaryrefslogtreecommitdiff
path: root/expat/tests/structdata.c
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2017-08-29 22:35:44 +0200
committerSebastian Pipping <sebastian@pipping.org>2017-08-29 23:21:52 +0200
commit5c6c28cf40feb6bcdbda73338fcf82019f12d31f (patch)
tree667080d4bb77a946fa161356c549530e960c92bd /expat/tests/structdata.c
parent50c355729c54814962d596d86bec803f7a709681 (diff)
downloadlibexpat-git-5c6c28cf40feb6bcdbda73338fcf82019f12d31f.tar.gz
Streamline preprocessor indentation
Diffstat (limited to 'expat/tests/structdata.c')
-rw-r--r--expat/tests/structdata.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/expat/tests/structdata.c b/expat/tests/structdata.c
index a06936ae..22cb0eb2 100644
--- a/expat/tests/structdata.c
+++ b/expat/tests/structdata.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_EXPAT_CONFIG_H
-#include "expat_config.h"
+# include "expat_config.h"
#endif
@@ -46,14 +46,14 @@
#define STRUCT_EXTENSION_COUNT 8
#ifdef XML_UNICODE_WCHAR_T
-#include <wchar.h>
-#define XML_FMT_STR "ls"
-#define xcstrlen(s) wcslen(s)
-#define xcstrcmp(s, t) wcscmp((s), (t))
+# include <wchar.h>
+# define XML_FMT_STR "ls"
+# define xcstrlen(s) wcslen(s)
+# define xcstrcmp(s, t) wcscmp((s), (t))
#else
-#define XML_FMT_STR "s"
-#define xcstrlen(s) strlen(s)
-#define xcstrcmp(s, t) strcmp((s), (t))
+# define XML_FMT_STR "s"
+# define xcstrlen(s) strlen(s)
+# define xcstrcmp(s, t) strcmp((s), (t))
#endif