summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nifm/nifm_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nifm/nifm_s.h')
-rw-r--r--src/core/hle/service/nifm/nifm_s.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/hle/service/nifm/nifm_s.h b/src/core/hle/service/nifm/nifm_s.h
index f9e2d8039..8d1635a5d 100644
--- a/src/core/hle/service/nifm/nifm_s.h
+++ b/src/core/hle/service/nifm/nifm_s.h
@@ -6,13 +6,11 @@
#include "core/hle/service/nifm/nifm.h"
-namespace Service {
-namespace NIFM {
+namespace Service::NIFM {
class NIFM_S final : public Module::Interface {
public:
explicit NIFM_S(std::shared_ptr<Module> module);
};
-} // namespace NIFM
-} // namespace Service
+} // namespace Service::NIFM