summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-01-22 22:39:13 +0100
committerbunnei <bunneidev@gmail.com>2015-01-22 22:39:13 +0100
commita461c1d8d21bf0b2820a7202e206d97b7ccb6f52 (patch)
tree0e3b41ab2d4347572619305bddcc4a8f4485cda2 /src/core
parentMerge pull request #493 from archshift/ptmplay (diff)
parentcam_u.h: fix indentation (diff)
downloadyuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.tar
yuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.tar.gz
yuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.tar.bz2
yuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.tar.lz
yuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.tar.xz
yuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.tar.zst
yuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/cam_u.h4
1 files 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