Reformat CPP files

This commit is contained in:
ridiculousfish
2020-07-12 12:20:38 -07:00
parent f1a59e83c5
commit 9ee5075fc3
7 changed files with 17 additions and 20 deletions

View File

@@ -671,7 +671,6 @@ std::vector<int> parse_util_compute_indents(const wcstring &src) {
}
}
node_visitor(*this).accept_children_of(&node);
indent -= dec;
}