ソースを参照

cam_u.h: fix indentation

Withholding my profanity towards Xcode.
archshift 11 年 前
コミット
92a75df9b1
1 ファイル変更2 行追加2 行削除
  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