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

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