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