You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Some code changed with Clang-Tidy
This commit is contained in:
@@ -389,7 +389,6 @@ void EditorHelp::_update_doc() {
|
||||
if (prev) {
|
||||
|
||||
class_desc->add_text(" , ");
|
||||
prev = false;
|
||||
}
|
||||
|
||||
_add_type(E->get().name);
|
||||
@@ -540,7 +539,6 @@ void EditorHelp::_update_doc() {
|
||||
class_desc->pop(); //cell
|
||||
class_desc->push_cell();
|
||||
class_desc->pop(); //cell
|
||||
any_previous = false;
|
||||
}
|
||||
|
||||
String group_prefix;
|
||||
|
||||
Reference in New Issue
Block a user