refactor(Core/Common): restyle common lib with astyle (#3461)
This commit is contained in:
parent
e15a493927
commit
3a0b0356ac
101 changed files with 4524 additions and 4418 deletions
|
|
@ -95,7 +95,7 @@ private:
|
|||
typename std::enable_if<std::is_pointer<E>::value>::type DeleteQueuedObject(E& obj) { delete obj; }
|
||||
|
||||
template<typename E = T>
|
||||
typename std::enable_if<!std::is_pointer<E>::value>::type DeleteQueuedObject(E const& /*packet*/) { }
|
||||
typename std::enable_if < !std::is_pointer<E>::value >::type DeleteQueuedObject(E const& /*packet*/) { }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue