Fix style issues and improve vera++ rules.

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2016-02-17 14:59:36 +00:00
parent db26cb2b79
commit a7715a5d78
35 changed files with 232 additions and 172 deletions
+2 -1
View File
@@ -2,7 +2,6 @@ set rules {
jerry_always_curly
jerry_braces_on_separate_line
jerry_braces_same_line_or_column
jerry_dereference_operator_always_on_right
jerry_comment_function_end
jerry_funcname_space_parentheses
jerry_identifier_no_space_bracket
@@ -12,5 +11,7 @@ set rules {
jerry_no_space_before_closing_parentheses
jerry_no_tabs
jerry_no_trailing_spaces
jerry_pointer_declarator_space
jerry_switch_case
jerry_typecast_space_parentheses
}