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 @@ class ClientSimpleObject
|
||||
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