summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/other.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/try_compile/other.c')
-rw-r--r--Tests/RunCMake/try_compile/other.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/RunCMake/try_compile/other.c b/Tests/RunCMake/try_compile/other.c
index 6c24f10..85c4ef8 100644
--- a/Tests/RunCMake/try_compile/other.c
+++ b/Tests/RunCMake/try_compile/other.c
@@ -1 +1,4 @@
-int other(void) { return 0; }
+int other(void)
+{
+ return 0;
+}