summaryrefslogtreecommitdiff
path: root/Tests/Wrapping/wrapFLTK.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Wrapping/wrapFLTK.cxx')
-rw-r--r--Tests/Wrapping/wrapFLTK.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Wrapping/wrapFLTK.cxx b/Tests/Wrapping/wrapFLTK.cxx
index 78f2de106c..8488f4e58f 100644
--- a/Tests/Wrapping/wrapFLTK.cxx
+++ b/Tests/Wrapping/wrapFLTK.cxx
@@ -1 +1,4 @@
-int main(void) { return 0; }
+int main(void)
+{
+ return 0;
+}