Skip to content

Commit 243f2ff

Browse files
vincedaniLaszloLango
authored andcommitted
Style fix in the lexer.h (#2705)
JerryScript-DCO-1.0-Signed-off-by: Daniel Vince vinced@inf.u-szeged.hu
1 parent 86e60dd commit 243f2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jerry-core/parser/js/js-lexer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ typedef enum
112112
LEXER_LEFT_PAREN, /**< "(" */
113113
LEXER_LEFT_SQUARE, /**< "[" */
114114
LEXER_RIGHT_BRACE, /**< "}" */
115-
LEXER_RIGHT_PAREN, /**<_")" */
115+
LEXER_RIGHT_PAREN, /**< ")" */
116116
LEXER_RIGHT_SQUARE, /**< "]" */
117117
LEXER_DOT, /**< "." */
118118
LEXER_SEMICOLON, /**< ";" */

0 commit comments

Comments
 (0)