summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/empty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Export/empty.cpp')
-rw-r--r--Tests/ExportImport/Export/empty.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/ExportImport/Export/empty.cpp b/Tests/ExportImport/Export/empty.cpp
index 1787013..11ec041 100644
--- a/Tests/ExportImport/Export/empty.cpp
+++ b/Tests/ExportImport/Export/empty.cpp
@@ -1,4 +1,7 @@
#ifdef _WIN32
__declspec(dllexport)
#endif
-int empty() { return 0; }
+ int empty()
+{
+ return 0;
+}