Przeglądaj źródła

applet_oe: Clang-format.

bunnei 8 lat temu
rodzic
commit
1d49680613
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/core/hle/service/am/applet_oe.cpp

+ 1 - 2
src/core/hle/service/am/applet_oe.cpp

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