summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_compile_definitions/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeCommands/target_compile_definitions/main.cpp')
-rw-r--r--Tests/CMakeCommands/target_compile_definitions/main.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/CMakeCommands/target_compile_definitions/main.cpp b/Tests/CMakeCommands/target_compile_definitions/main.cpp
index addb33cf91..bf08b45e36 100644
--- a/Tests/CMakeCommands/target_compile_definitions/main.cpp
+++ b/Tests/CMakeCommands/target_compile_definitions/main.cpp
@@ -11,4 +11,7 @@
#error Unexpected MY_INTERFACE_DEFINE
#endif
-int main() { return 0; }
+int main()
+{
+ return 0;
+}