summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'foo.cc')
-rw-r--r--foo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/foo.cc b/foo.cc
index 46f1aca991..0b2e459245 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
-int main() {
+int main () {
int i;
return 2 + 24 -15 ;
}