aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-13 19:50:11 -0400
committerGitHub <noreply@github.com>2018-09-13 19:50:11 -0400
commitfb65076b0f816b6185eaf299eb3ac6178a71fdbb (patch)
treed060634b99579daa8592df3f433108053061d7b7 /src/core/hle/service/acc
parent3ef134a0920d1a2bbe7659dc9647e77eb0c781c1 (diff)
parenta0e51d8b98b486656f6d0d04a1353e11e5870c0e (diff)
Merge pull request #1309 from lioncash/nested
service: Use nested namespace specifiers where applicable
Diffstat (limited to 'src/core/hle/service/acc')
-rw-r--r--src/core/hle/service/acc/acc_su.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/hle/service/acc/acc_su.h b/src/core/hle/service/acc/acc_su.h
index a3eb885bf..fcced063a 100644
--- a/src/core/hle/service/acc/acc_su.h
+++ b/src/core/hle/service/acc/acc_su.h
@@ -6,8 +6,7 @@
#include "core/hle/service/acc/acc.h"
-namespace Service {
-namespace Account {
+namespace Service::Account {
class ACC_SU final : public Module::Interface {
public:
@@ -16,5 +15,4 @@ public:
~ACC_SU() override;
};
-} // namespace Account
-} // namespace Service
+} // namespace Service::Account