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