summaryrefslogtreecommitdiffstats
path: root/Tests/ObjectLibrary/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjectLibrary/main.c')
-rw-r--r--Tests/ObjectLibrary/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ObjectLibrary/main.c b/Tests/ObjectLibrary/main.c
index b2f1d44..cc75685 100644
--- a/Tests/ObjectLibrary/main.c
+++ b/Tests/ObjectLibrary/main.c
@@ -1,7 +1,7 @@
#if defined(_WIN32) && defined(SHARED_C)
-#define IMPORT_C __declspec(dllimport)
+# define IMPORT_C __declspec(dllimport)
#else
-#define IMPORT_C
+# define IMPORT_C
#endif
extern IMPORT_C int b1(void);
extern IMPORT_C int b2(void);