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

diff --git a/foo.cc b/foo.cc
index ee8e1be41cb11943f594907cb26bedae83b81fce..034c8bbc5659a2f0123398fd5f6ff708879af941 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
 int main() {
     int i;
-       return 2 + 24 -13 ;
+       return 2 + 24 -12 ;
 }