summaryrefslogtreecommitdiff
path: root/Tests/CxxOnly/testCxxModule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CxxOnly/testCxxModule.cxx')
-rw-r--r--Tests/CxxOnly/testCxxModule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CxxOnly/testCxxModule.cxx b/Tests/CxxOnly/testCxxModule.cxx
index 039e8bba6..5015d07f8 100644
--- a/Tests/CxxOnly/testCxxModule.cxx
+++ b/Tests/CxxOnly/testCxxModule.cxx
@@ -1,7 +1,7 @@
#ifdef _WIN32
-#define TEST_EXPORT __declspec(dllexport)
+# define TEST_EXPORT __declspec(dllexport)
#else
-#define TEST_EXPORT
+# define TEST_EXPORT
#endif
TEST_EXPORT int testCxxModule(void)
{