From 92a75df9b1acdc7d2bb718a721046fc7599900ea Mon Sep 17 00:00:00 2001
From: archshift <admin@archshift.com>
Date: Thu, 22 Jan 2015 12:51:53 -0800
Subject: [PATCH] cam_u.h: fix indentation

Withholding my profanity towards Xcode.
---
 src/core/hle/service/cam_u.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/hle/service/cam_u.h b/src/core/hle/service/cam_u.h
index 3d48fe76d..878c20a84 100644
--- a/src/core/hle/service/cam_u.h
+++ b/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