summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:04:57 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:04:57 -0400
commit7df59b64bed2586d0e8f622672e7ca6eeb37d509 (patch)
tree5ccbd80b3b87ca1db9a0e75b05f530295db6c165 /foo.cc
parentdd9d4d208d514f58e42fb852a14f9c17fff19e30 (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 2b5825c58e..1af89e4447 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 2 + 41 ;
+ return 2 + 44 ;
}