summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:06:50 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:06:50 -0400
commit2133a493c47414254b41cf4dce20ae9ea2489dfb (patch)
tree705f9acc83a8114e4952263b70053cec393e258c /foo.cc
parent7df59b64bed2586d0e8f622672e7ca6eeb37d509 (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 1af89e4447..1e415f7857 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 2 + 44 ;
+ return 2 + 24 ;
}