summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:01:37 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:01:37 -0400
commit0ec8ea4afe2d0ce57fc0ef57d2e2c0fed1671edd (patch)
tree8edb85ee2a5feaf092b83a255730bb7303d0ff8d /foo.cc
parent76168edeb4ff1d6dc59ae3f1a79551d6dd14f0a8 (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 b667cb28ac..4145dfb00f 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 2 + 42 ;
+ return 2 + 4 ;
}