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

diff --git a/foo.cc b/foo.cc
index d12a1b28382319805459eb4447658e4e51ebbe0c..066dc4a9eff019b7c7e51c97eefc030af8509575 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,6 +1,6 @@
 namespace {
-int main () {
+int main() {
        int i;
-       return 2 + 24 -15 ;
+       return 2 + 24 -1 ;
 }
 }