summaryrefslogtreecommitdiff
path: root/src/yajl_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yajl_lex.h')
-rw-r--r--src/yajl_lex.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/yajl_lex.h b/src/yajl_lex.h
index 9f647ed..fd17c00 100644
--- a/src/yajl_lex.h
+++ b/src/yajl_lex.h
@@ -20,21 +20,21 @@
#include "api/yajl_common.h"
typedef enum {
- yajl_tok_bool,
+ yajl_tok_bool,
yajl_tok_colon,
- yajl_tok_comma,
+ yajl_tok_comma,
yajl_tok_eof,
yajl_tok_error,
- yajl_tok_left_brace,
+ yajl_tok_left_brace,
yajl_tok_left_bracket,
- yajl_tok_null,
- yajl_tok_right_brace,
+ yajl_tok_null,
+ yajl_tok_right_brace,
yajl_tok_right_bracket,
/* we differentiate between integers and doubles to allow the
* parser to interpret the number without re-scanning */
- yajl_tok_integer,
- yajl_tok_double,
+ yajl_tok_integer,
+ yajl_tok_double,
/* we differentiate between strings which require further processing,
* and strings that do not */
@@ -61,11 +61,11 @@ void yajl_lex_free(yajl_lexer lexer);
*
* the client may be interested in the value of offset when an error is
* returned from the lexer. This allows the client to render useful
-n * error messages.
+ * error messages.
*
* When you pass the next chunk of data, context should be reinitialized
* to zero.
- *
+ *
* Finally, the output buffer is usually just a pointer into the jsonText,
* however in cases where the entity being lexed spans multiple chunks,
* the lexer will buffer the entity and the data returned will be