summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:14:11 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:14:11 -0400
commit389bdfb6aee5bee9a4c629151245fa21b19a0541 (patch)
tree34e2f5a7f52a63a0ac16eb401485eb97e05823e1 /foo.cc
parent43219fe6748ab08a589512949e203288d074e981 (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 67a1e0754e..aaffe34b8a 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 2 + 24 -11 ;
+ return 2 + 24 -19 ;
}