more pre-commit testing
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 05:30:14 +0000 (01:30 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 05:30:14 +0000 (01:30 -0400)
foo.cc

diff --git a/foo.cc b/foo.cc
index cb0497febd7fb7c16fdd74fffdba623ebbe8a0c7..5d614f031dae5a31576d14db28ebf2a859c645b1 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
 int main() {
     int i;
-       return 3 + 42 ;
+       return 3 + 4 ;
 }