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

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