mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 17:28:09 -05:00
clang-format fixes
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user