summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:23:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:23:08 -0400
commitb115920c9dfa6d2c36debb078fa65baf370a27e7 (patch)
tree360b978dfddbff1c49213b6b2a6eda7bfa059ac7 /foo.cc
parente865033e933fde63d9b15200210c381dc9a57255 (diff)
more pre-commit testing
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 ed47cc12af..014b528abc 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
-int main() {
+int main () {
int i;
return 2 + 24 -15 ;
}