Explorar el Código

Merge pull request #502 from archshift/patch-1

cam_u.h: fix indentation
bunnei hace 11 años
padre
commit
a461c1d8d2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/core/hle/service/cam_u.h

+ 2 - 2
src/core/hle/service/cam_u.h

@@ -16,8 +16,8 @@ public:
     Interface();
 
     std::string GetPortName() const override {
-    return "cam:u";
-}
+        return "cam:u";
+    }
 };
 
 } // namespace