Fix more namespace formatting

This commit is contained in:
Max Brunsfeld 2014-08-08 08:35:26 -07:00
parent 9366f11dcb
commit 41c4e7cd8f

View file

@ -5,10 +5,12 @@
namespace tree_sitter {
namespace rules {
Symbol ERROR();
Symbol START();
Symbol END_OF_INPUT();
}
}
} // namespace rules
} // namespace tree_sitter
#endif // COMPILER_RULES_BUILT_IN_SYMBOLS_H_