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