Fix Vera++ rule for switch statements.

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-01-27 14:48:35 +01:00
parent 6608cc4b7d
commit e763280761
6 changed files with 15 additions and 35 deletions
-2
View File
@@ -149,7 +149,6 @@ skip_spaces (parser_context_t *context_p) /**< context */
context_p->source_p++;
context_p->column++;
continue;
/* FALLTHRU */
}
case LIT_CHAR_TAB:
@@ -157,7 +156,6 @@ skip_spaces (parser_context_t *context_p) /**< context */
context_p->column = align_column_to_tab (context_p->column);
context_p->source_p++;
continue;
/* FALLTHRU */
}
case '/':