summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/ObsoleteQtMacros/empty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/ObsoleteQtMacros/empty.cpp')
-rw-r--r--Tests/RunCMake/ObsoleteQtMacros/empty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/ObsoleteQtMacros/empty.cpp b/Tests/RunCMake/ObsoleteQtMacros/empty.cpp
index 7279c5e0b9..8d91e77d31 100644
--- a/Tests/RunCMake/ObsoleteQtMacros/empty.cpp
+++ b/Tests/RunCMake/ObsoleteQtMacros/empty.cpp
@@ -1,7 +1,7 @@
#ifdef _WIN32
__declspec(dllexport)
#endif
-int empty(void)
+ int empty(void)
{
return 0;
}