summaryrefslogtreecommitdiff
path: root/Tests/Complex/Library/SystemDir/testSystemDir.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Complex/Library/SystemDir/testSystemDir.h')
-rw-r--r--Tests/Complex/Library/SystemDir/testSystemDir.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Complex/Library/SystemDir/testSystemDir.h b/Tests/Complex/Library/SystemDir/testSystemDir.h
index 73be3538ef..074ff75a42 100644
--- a/Tests/Complex/Library/SystemDir/testSystemDir.h
+++ b/Tests/Complex/Library/SystemDir/testSystemDir.h
@@ -1,2 +1,5 @@
// Purposely leave off the return type to create a warning.
-foo() { return 0; }
+foo()
+{
+ return 0;
+}