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

diff --git a/foo.cc b/foo.cc
index e58df75e79955471960b8f499589a2056642b7a0..e83e3633a26c2adc2b3867fee617bb43f9076c7a 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
 int main() {
     int i;
-       return 3 +1 +2 ;
+       return 3 +1 ;
 }