mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-16 20:37:33 +01:00
applet_oe: Clang-format.
This commit is contained in:
parent
c85d04ebe1
commit
1d49680613
@ -206,8 +206,7 @@ public:
|
||||
explicit IStorageAccessor(std::vector<u8> buffer)
|
||||
: ServiceFramework("IStorageAccessor"), buffer(std::move(buffer)) {
|
||||
static const FunctionInfo functions[] = {
|
||||
{0, &IStorageAccessor::GetSize, "GetSize"},
|
||||
{11, &IStorageAccessor::Read, "Read"},
|
||||
{0, &IStorageAccessor::GetSize, "GetSize"}, {11, &IStorageAccessor::Read, "Read"},
|
||||
};
|
||||
RegisterHandlers(functions);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user