summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:18:54 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:18:54 -0400
commitb301941ec7d28b4f49bec1554e9a6a230cdaf2ab (patch)
tree9494af94e10ae25c482d2bf0efbe9e444173990d /foo.cc
parentb9675581f6652fcc9c6f942c3786c900a8815c87 (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 a35a3d1e21..5e2a75a0cf 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 + 2 ;
+ return 3 + 1 ;
}