summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:15:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:15:49 -0400
commita584ea560e15f694997e6483d1dc176b9d838c8a (patch)
treed6a86160f6379036db8b3aede82b6675d368120f /foo.cc
parentb245f5054bc306f634606d1f7b208a8f465214de (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 e83e3633a2..0827230ae7 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 +1 ;
+ return 3 + -1 ;
}