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