summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:11:12 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:11:12 -0400
commitba9748cc56bd34c1bc9a2614775e494ace78022a (patch)
tree201925c23a431a6bfc22be875cde07df994eb557 /foo.cc
parentd6cf83e6ba6b5529c7d8963414bc351f9412bacf (diff)
more pre-commit testing
Diffstat (limited to 'foo.cc')
-rw-r--r--foo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/foo.cc b/foo.cc
index 034c8bbc56..ee8e1be41c 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 2 + 24 -12 ;
+ return 2 + 24 -13 ;
}