clang-format fixes
This commit is contained in:
parent
7dbf4c1ae5
commit
7fba9c7224
4 changed files with 32 additions and 31 deletions
|
@ -73,7 +73,7 @@ private:
|
|||
rb.PushIpcInterface<T>();
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
template <typename T>
|
||||
std::shared_ptr<T> GetInterface() {
|
||||
static_assert(std::is_base_of_v<Kernel::SessionRequestHandler, T>,
|
||||
"Not a base of ServiceFrameworkBase");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue