Fix more namespace formatting
This commit is contained in:
parent
9366f11dcb
commit
41c4e7cd8f
1 changed files with 4 additions and 2 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue