summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/XcodeProject/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/XcodeProject/main.cpp')
-rw-r--r--Tests/RunCMake/XcodeProject/main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tests/RunCMake/XcodeProject/main.cpp b/Tests/RunCMake/XcodeProject/main.cpp
index 1695921f2b..c94753f840 100644
--- a/Tests/RunCMake/XcodeProject/main.cpp
+++ b/Tests/RunCMake/XcodeProject/main.cpp
@@ -1,3 +1,4 @@
-int main(int argc, const char * argv[]) {
- return 0;
+int main(int argc, const char* argv[])
+{
+ return 0;
}