Add new coding style rules and fix appeared issues.
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
@@ -139,7 +139,7 @@ fake_exit (void)
|
||||
while (1)
|
||||
{
|
||||
led_on (pin);
|
||||
for ( index = 0; index < dot; index ++)
|
||||
for (index = 0; index < dot; index ++)
|
||||
{
|
||||
};
|
||||
led_off (pin);
|
||||
|
||||
Reference in New Issue
Block a user