diff options
| author | 2015-01-22 16:39:13 -0500 | |
|---|---|---|
| committer | 2015-01-22 16:39:13 -0500 | |
| commit | a461c1d8d21bf0b2820a7202e206d97b7ccb6f52 (patch) | |
| tree | 0e3b41ab2d4347572619305bddcc4a8f4485cda2 /src/core | |
| parent | Merge pull request #493 from archshift/ptmplay (diff) | |
| parent | cam_u.h: fix indentation (diff) | |
| download | yuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.tar.gz yuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.tar.xz yuzu-a461c1d8d21bf0b2820a7202e206d97b7ccb6f52.zip | |
Merge pull request #502 from archshift/patch-1
cam_u.h: fix indentation
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/hle/service/cam_u.h | 4 |
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: | |||
| 16 | Interface(); | 16 | Interface(); |
| 17 | 17 | ||
| 18 | std::string GetPortName() const override { | 18 | std::string GetPortName() const override { |
| 19 | return "cam:u"; | 19 | return "cam:u"; |
| 20 | } | 20 | } |
| 21 | }; | 21 | }; |
| 22 | 22 | ||
| 23 | } // namespace | 23 | } // namespace |