summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:39:50 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:39:50 -0400
commit336774ad514cc2f485595605a0a95d30f093d159 (patch)
treee82e966f4d341d0fee870fdc51397a42dc3579a9 /foo.cc
parent6f6d87e4087c279275f2b1ff647d4f9277c15e04 (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 cb0497febd..b667cb28ac 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 + 42 ;
+ return 2 + 42 ;
}