summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:08:22 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:08:22 -0400
commitb245f5054bc306f634606d1f7b208a8f465214de (patch)
tree701f3cccacccf8f0c9a05062d6c8c631eadf76e4 /foo.cc
parent4802094541a61082415cb03df52a6cf4bccc841d (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 58991a1985..e83e3633a2 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 +1 -2 ;
+ return 3 +1 ;
}