summaryrefslogtreecommitdiff
path: root/Tests/OutOfSource/simple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/OutOfSource/simple.cxx')
-rw-r--r--Tests/OutOfSource/simple.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/OutOfSource/simple.cxx b/Tests/OutOfSource/simple.cxx
index 27e79f4ad4..ffe0db9029 100644
--- a/Tests/OutOfSource/simple.cxx
+++ b/Tests/OutOfSource/simple.cxx
@@ -1 +1,4 @@
-int simple() { return 123; }
+int simple()
+{
+ return 123;
+}