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

diff --git a/foo.cc b/foo.cc
index 46f1aca9916282aff0a67e7ee01339fa37f240e8..0b2e45924586ca12b20b40ea07d9131b2d274749 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
-int main() {
+int main () {
        int i;
        return 2 + 24 -15 ;
 }