Fix styleguide based on @cremno's input

This commit is contained in:
Daniel Bovensiepen
2013-03-01 01:19:10 +08:00
parent f6c9e40d48
commit cdc1c5b5d0
+2 -2
View File
@@ -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