clang-format
This commit is contained in:
parent
13d8de3eb3
commit
a8f50986e0
4 changed files with 12 additions and 10 deletions
|
|
@ -8,8 +8,7 @@ namespace tree_sitter {
|
|||
namespace build_tables {
|
||||
|
||||
template <typename StateType, typename ActionType, int advance_action>
|
||||
std::map<size_t, size_t> remove_duplicate_states(
|
||||
std::vector<StateType> *states) {
|
||||
std::map<size_t, size_t> remove_duplicate_states(std::vector<StateType> *states) {
|
||||
std::map<size_t, size_t> replacements;
|
||||
|
||||
while (true) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue