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

diff --git a/foo.cc b/foo.cc
index aaffe34b8a3c0ebe437281428d010ca078ddc030..af5a18b1b5d6c8f94984c7f6b686ea73f622b3a9 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
 int main() {
     int i;
-       return 2 + 24 -19 ;
+       return 2 + 24 -17 ;
 }