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