fix style errors in libjsparser

This commit is contained in:
e.gavrin
2014-08-13 16:23:59 +04:00
parent 9ad1e27c75
commit c5f33d184d
3 changed files with 257 additions and 103 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ typedef uint8_t token_type;
#define TOK_CLOSE_BRACE 10 // }
#define TOK_OPEN_PAREN 11 // (
#define TOK_CLOSE_PAREN 12 // )
#define TOK_CLOSE_PAREN 12 //)
#define TOK_OPEN_SQUARE 13 // [
#define TOK_CLOSE_SQUARE 14 // [