From cdc1c5b5d0ce02c3490a98b89fb5c4cfa44fd30f Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Fri, 1 Mar 2013 01:19:10 +0800 Subject: Fix styleguide based on @cremno's input --- CONTRIBUTING.md | 4 ++-- 1 file 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 -- cgit v1.2.3