summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:18:23 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:18:23 -0400
commit2a7f35fa75dd9f87cffdebbd8f3ef02a447fbd16 (patch)
tree4095a2e0efb369dbf88f2cbfa95fa8549a78c8f5 /foo.cc
parent06a2ab5045005bde39d2e76de2f6f938aea4b3bd (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 b779436a05..46f1aca991 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
- int i;
+ int i;
return 2 + 24 -15 ;
}