From 21fc53f1e7e9403a6d488e3b6ae9f1a8492a318c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 26 Nov 2013 12:30:38 +0100 Subject: typo, indent --- eo_tokenizer.rl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eo_tokenizer.rl b/eo_tokenizer.rl index e2d5f3e..aebf832 100644 --- a/eo_tokenizer.rl +++ b/eo_tokenizer.rl @@ -124,7 +124,7 @@ _eo_tokenizer_class_get(Eo_Tokenizer *toknz, char *p) write data; - # TOKENIZE CLASS +###### TOKENIZE CLASS action end_class_comment { if (toknz->tmp.kls->comment != NULL) @@ -138,7 +138,7 @@ _eo_tokenizer_class_get(Eo_Tokenizer *toknz, char *p) } action begin_properties { - INF(" begin propeties"); + INF(" begin properties"); toknz->current_nesting++; /* fgoto tokenize_properties; */ } @@ -150,8 +150,8 @@ _eo_tokenizer_class_get(Eo_Tokenizer *toknz, char *p) } action end_class { - INF("end class:%s", toknz->tmp.kls->name); - toknz->classes= eina_list_append(toknz->classes, toknz->tmp.kls); + INF("end class: %s", toknz->tmp.kls->name); + toknz->classes = eina_list_append(toknz->classes, toknz->tmp.kls); toknz->tmp.kls = NULL; toknz->current_nesting--; fgoto main; @@ -175,7 +175,7 @@ _eo_tokenizer_class_get(Eo_Tokenizer *toknz, char *p) any => show_error; *|; - # TOP LEVEL +###### TOP LEVEL action begin_class { INF("begin class: %s", toknz->tmp.kls->name); -- cgit v1.1-2-g2b99