summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 11:32:04 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 11:32:04 -0400
commit73802d15a9dbf87986ab6f311948cc2e57981212 (patch)
tree83a6bdec121f6000dddf7109cdf01396de7acdbf /foo.cc
parent10f073e010ea0f82c1afda7df9641325fdb98547 (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 066dc4a9ef..3c2b0b8a5f 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,5 +1,5 @@
namespace {
-int main() {
+int main () {
int i;
return 2 + 24 -1 ;
}