applet_oe: Clang-format.

This commit is contained in:
bunnei 2018-01-19 00:37:36 -05:00
parent c85d04ebe1
commit 1d49680613

View file

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