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