summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2013-03-01 01:19:10 +0800
committerDaniel Bovensiepen <[email protected]>2013-03-01 01:19:10 +0800
commitcdc1c5b5d0ce02c3490a98b89fb5c4cfa44fd30f (patch)
treec156a3a833feb2ec9667b2ed9e2a6fc0207f2155 /CONTRIBUTING.md
parentf6c9e40d48db5ae667451687c8b2ad36bd184ac2 (diff)
downloadmruby-cdc1c5b5d0ce02c3490a98b89fb5c4cfa44fd30f.tar.gz
mruby-cdc1c5b5d0ce02c3490a98b89fb5c4cfa44fd30f.zip
Fix styleguide based on @cremno's input
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 99bd55962..b8db5a7dc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -31,8 +31,8 @@ mruby should be highly portable to other systems and compilers. For this it is
recommended to keep your code as close as possible to the C99 standard
(http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf).
-Although we target C99, Visual C++ is also an important target for mruby, so
-you should local variable declarations in the middle.
+Although we target C99, Visual C++ is also an important target for mruby. For this
+reason a declaration of a local variable has to be at the beginning of a scope block.
#### Reduce library dependencies to a minimum