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