summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--foo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/foo.cc b/foo.cc
index 0b2e459245..ed47cc12af 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
-int main () {
- int i;
+int main() {
+ int i;
return 2 + 24 -15 ;
}