Style fixes in liballocator, libecmaobjects, libecmaoperations: putting else on separate line after closing brace of 'if' block.

This commit is contained in:
Ruben Ayrapetyan
2014-08-12 13:52:01 +04:00
parent 701f03309a
commit aa43e06366
8 changed files with 68 additions and 34 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ ecma_op_get_identifier_reference (ecma_object_t *lex_env_p, /**< lexical environ
return ecma_make_reference (ecma_make_object_value (lex_env_iter_p),
name_p,
is_strict);
} else
}
else
{
JERRY_ASSERT(ecma_is_completion_value_normal_false (completion_value));
}