Explorar o código

fixed weird spacing

bunnei %!s(int64=12) %!d(string=hai) anos
pai
achega
451a14f98c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/service.h

+ 1 - 1
src/core/hle/service/service.h

@@ -115,7 +115,7 @@ private:
     u32 m_uid;
     
     std::vector<Syscall::Handle>    m_handles;
-    std::map<u32, FunctionInfo> m_functions;
+    std::map<u32, FunctionInfo>     m_functions;
 };
 
 /// Simple class to manage accessing services from ports and UID handles