summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:30:14 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:30:14 -0400
commit770756cf8368a221049c6cbe8d59b789d0f28c36 (patch)
tree188f95361c132e187835fa4407b4e5b24f639743 /foo.cc
parent6aac63b04619575c3361087353e3cf1f26becb89 (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 cb0497febd..5d614f031d 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 + 42 ;
+ return 3 + 4 ;
}