aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-22 12:21:31 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-22 12:21:31 -0800
commite31431140a7da60cdebdadbc36ad9bd75e504fea (patch)
tree75a99a1573e58a75ffd85f3a1785fa4fa01ca5e8 /tokenizer.h
parent8a66ba6c359d0a64419e7182efee1af040d5e092 (diff)
Formatting
Diffstat (limited to 'tokenizer.h')
-rw-r--r--tokenizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokenizer.h b/tokenizer.h
index 6c4b0f1c..4357757d 100644
--- a/tokenizer.h
+++ b/tokenizer.h
@@ -193,11 +193,11 @@ enum move_word_style_t
class move_word_state_machine_t
{
private:
-
+
bool consume_char_punctuation(wchar_t c);
bool consume_char_path_components(wchar_t c);
bool is_path_component_character(wchar_t c);
-
+
int state;
move_word_style_t style;