mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Style: Apply new clang-format
changes
This commit is contained in:
parent
72c183ce8b
commit
b37fc1014a
51 changed files with 150 additions and 148 deletions
|
@ -64,7 +64,7 @@ public:
|
|||
void set_owner_id(ObjectID p_owner_id) { owner_id = p_owner_id; }
|
||||
ObjectID get_owner_id() const { return owner_id; }
|
||||
|
||||
virtual ~NavBase(){};
|
||||
virtual ~NavBase() {}
|
||||
};
|
||||
|
||||
#endif // NAV_BASE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue