aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.h
diff options
context:
space:
mode:
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;