summaryrefslogtreecommitdiffstats
path: root/Tests/VSMASM
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSMASM')
-rw-r--r--Tests/VSMASM/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/VSMASM/main.c b/Tests/VSMASM/main.c
index 570ba16..18ddb78 100644
--- a/Tests/VSMASM/main.c
+++ b/Tests/VSMASM/main.c
@@ -1,2 +1,5 @@
extern int foo(void);
-int main(void) { return foo(); }
+int main(void)
+{
+ return foo();
+}