summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:12:13 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:12:13 -0400
commit806387b484844944227f09bc21d86a5b547993d3 (patch)
tree34e2f5a7f52a63a0ac16eb401485eb97e05823e1 /foo.cc
parenta083dbcd959209e1f4b722f6a0c600bcf6450483 (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 034c8bbc56..aaffe34b8a 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 2 + 24 -12 ;
+ return 2 + 24 -19 ;
}