summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:22:00 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:22:00 -0400
commit6938b48fff14fe0fbc563ea861f1668b56bd3e36 (patch)
tree9d84963bb6970af8799fb5e544ff852275f348eb /foo.cc
parent54f70dc5513a544741d55781c5011e5ff09792bc (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..bf3360d734 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 + 2 ;
+ return 3 - 2 ;
}