From: Paul Davis Date: Sat, 9 May 2015 05:30:14 +0000 (-0400) Subject: more pre-commit testing X-Git-Tag: 4.1~203 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=770756cf8368a221049c6cbe8d59b789d0f28c36;p=ardour.git more pre-commit testing --- diff --git a/foo.cc b/foo.cc index cb0497febd..5d614f031d 100644 --- a/foo.cc +++ b/foo.cc @@ -1,4 +1,4 @@ int main() { int i; - return 3 + 42 ; + return 3 + 4 ; }