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