mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 12:47:51 +00:00
clang-format fixes
This commit is contained in:
parent
e417da5070
commit
8fa667eab8
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