summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/BuildDepends/MakeInProjectOnly.c')
-rw-r--r--Tests/RunCMake/BuildDepends/MakeInProjectOnly.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c b/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
index bcb8745..0795aaa 100644
--- a/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
+++ b/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
@@ -1,2 +1,5 @@
#include <MakeInProjectOnly.h>
-int main() { return MakeInProjectOnly(); }
+int main()
+{
+ return MakeInProjectOnly();
+}