summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 11:29:38 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 11:29:38 -0400
commit10f073e010ea0f82c1afda7df9641325fdb98547 (patch)
tree51762a346a0d2b90ffcca1cda1c8dc5543e77776 /foo.cc
parentf0c32ac496dc967d005b481f68eb7f94c75532f9 (diff)
more pre-commit testing
Diffstat (limited to 'foo.cc')
-rw-r--r--foo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/foo.cc b/foo.cc
index d12a1b2838..066dc4a9ef 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,6 +1,6 @@
namespace {
-int main () {
+int main() {
int i;
- return 2 + 24 -15 ;
+ return 2 + 24 -1 ;
}
}