mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Clang-format: trivial fix on some headers (#5495)
Fix some headers style and remove them from whitelist
This commit is contained in:
@@ -29,10 +29,9 @@ protected:
|
||||
public:
|
||||
bool m_to_be_removed;
|
||||
|
||||
ClientSimpleObject(): m_to_be_removed(false) {}
|
||||
virtual ~ClientSimpleObject(){}
|
||||
virtual void step(float dtime){}
|
||||
ClientSimpleObject() : m_to_be_removed(false) {}
|
||||
virtual ~ClientSimpleObject() {}
|
||||
virtual void step(float dtime) {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user