Remove trailing whitespace
This commit is contained in:
parent
9a93f6bdef
commit
209992c832
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ tuple<SyntaxGrammar, LexicalGrammar, const GrammarError *> prepare_grammar(
|
|||
if (error)
|
||||
return make_tuple(SyntaxGrammar(), LexicalGrammar(), error);
|
||||
|
||||
// Separate grammar into lexical and syntactic components
|
||||
// Separate grammar into lexical and syntactic components
|
||||
auto extract_result = extract_tokens(intern_result.first);
|
||||
error = get<2>(extract_result);
|
||||
if (error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue