Fix linter errors

This commit is contained in:
Max Brunsfeld 2015-10-12 17:29:02 -07:00
parent 82726ad53b
commit 4b817dc07c
15 changed files with 26 additions and 26 deletions

View file

@ -1,5 +1,5 @@
#ifndef COMPILER_PREPARED_GRAMMAR_H_
#define COMPILER_PREPARED_GRAMMAR_H_
#ifndef COMPILER_SYNTAX_GRAMMAR_H_
#define COMPILER_SYNTAX_GRAMMAR_H_
#include <vector>
#include <string>
@ -44,4 +44,4 @@ struct SyntaxGrammar {
} // namespace tree_sitter
#endif // COMPILER_PREPARED_GRAMMAR_H_
#endif // COMPILER_SYNTAX_GRAMMAR_H_