Style: Apply clang-tidy to current code, add readability-redundant-member-init
This commit is contained in:
parent
1abb5ebf65
commit
b78aa4fe19
13 changed files with 23 additions and 40 deletions
|
|
@ -109,9 +109,7 @@
|
|||
} \
|
||||
void GodotNavigationServer::MERGE(_cmd_, F_NAME)(T_0 D_0, T_1 D_1, T_2 D_2, T_3 D_3)
|
||||
|
||||
GodotNavigationServer::GodotNavigationServer() :
|
||||
NavigationServer3D() {
|
||||
}
|
||||
GodotNavigationServer::GodotNavigationServer() {}
|
||||
|
||||
GodotNavigationServer::~GodotNavigationServer() {
|
||||
flush_queries();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue