Fix a few parser style issues. (#2442)

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2018-08-06 18:08:53 +02:00
committed by László Langó
parent 2534d32339
commit 1ac2903d3c
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -218,7 +218,6 @@ typedef enum
LEXER_OBJ_IDENT_CLASS_METHOD = (1u << 2), /**< expect identifier inside a class body */
} lexer_obj_ident_opts_t;
/**
* Lexer literal object types.
*/