summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Case4/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Case4/foo.c')
-rw-r--r--Tests/Dependency/Case4/foo.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Dependency/Case4/foo.c b/Tests/Dependency/Case4/foo.c
index 9fe07f8..e05eb7e 100644
--- a/Tests/Dependency/Case4/foo.c
+++ b/Tests/Dependency/Case4/foo.c
@@ -1 +1,4 @@
-int foo() { return 0; }
+int foo()
+{
+ return 0;
+}