summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lex/lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lex/lex.h b/src/lex/lex.h
index 150823e..bfd85b9 100644
--- a/src/lex/lex.h
+++ b/src/lex/lex.h
@@ -32,7 +32,7 @@ typedef union css_lexer_optparams {
/**
* Token type
*/
-typedef enum css_token_type{
+typedef enum css_token_type {
CSS_TOKEN_IDENT, CSS_TOKEN_ATKEYWORD, CSS_TOKEN_STRING,
CSS_TOKEN_HASH, CSS_TOKEN_NUMBER, CSS_TOKEN_PERCENTAGE,
CSS_TOKEN_DIMENSION, CSS_TOKEN_URI, CSS_TOKEN_UNICODE_RANGE,