Browse Source

Merge pull request #502 from archshift/patch-1

cam_u.h: fix indentation
bunnei 11 years ago
parent
commit
a461c1d8d2
1 changed files with 2 additions and 2 deletions
  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();
     Interface();
 
 
     std::string GetPortName() const override {
     std::string GetPortName() const override {
-    return "cam:u";
-}
+        return "cam:u";
+    }
 };
 };
 
 
 } // namespace
 } // namespace