summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:16:44 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:16:44 -0400
commit247b6f1f19bac3301d68d808d0ab61ccdad42efc (patch)
treef2605dea76094a403e8257bb1eb95a4845a925c6 /foo.cc
parenta584ea560e15f694997e6483d1dc176b9d838c8a (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 0827230ae7..ce20775de8 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 + -1 ;
+ return 3 + -2 ;
}