clang-format fixes

This commit is contained in:
Michael Scire
2019-05-23 01:14:11 -07:00
parent 7dbf4c1ae5
commit 7fba9c7224
4 changed files with 32 additions and 31 deletions

View File

@ -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");