summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:19:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:19:52 -0400
commite865033e933fde63d9b15200210c381dc9a57255 (patch)
tree7784ff38acd9f29cf681b75c40afbc8f464267b1 /foo.cc
parent741eb8593d7e3fcdae6da91005b76680b5372aad (diff)
more pre-commit testing
Diffstat (limited to 'foo.cc')
-rw-r--r--foo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/foo.cc b/foo.cc
index 0b2e459245..ed47cc12af 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
-int main () {
- int i;
+int main() {
+ int i;
return 2 + 24 -15 ;
}