summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly/LinkInterfaceLoop/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeOnly/LinkInterfaceLoop/main.c')
-rw-r--r--Tests/CMakeOnly/LinkInterfaceLoop/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/CMakeOnly/LinkInterfaceLoop/main.c b/Tests/CMakeOnly/LinkInterfaceLoop/main.c
index 78f2de1..8488f4e 100644
--- a/Tests/CMakeOnly/LinkInterfaceLoop/main.c
+++ b/Tests/CMakeOnly/LinkInterfaceLoop/main.c
@@ -1 +1,4 @@
-int main(void) { return 0; }
+int main(void)
+{
+ return 0;
+}