summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_compile_features/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeCommands/target_compile_features/main.cpp')
-rw-r--r--Tests/CMakeCommands/target_compile_features/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeCommands/target_compile_features/main.cpp b/Tests/CMakeCommands/target_compile_features/main.cpp
index fe29b04..6f5daee 100644
--- a/Tests/CMakeCommands/target_compile_features/main.cpp
+++ b/Tests/CMakeCommands/target_compile_features/main.cpp
@@ -1,5 +1,5 @@
-int main(int, char **)
+int main(int, char**)
{
auto i = 0;
return i;