mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 07:37:52 -05:00
service: Use nested namespace specifiers where applicable
Tidies up namespace declarations
This commit is contained in:
@ -17,8 +17,7 @@ class ServerPort;
|
||||
class SessionRequestHandler;
|
||||
} // namespace Kernel
|
||||
|
||||
namespace Service {
|
||||
namespace SM {
|
||||
namespace Service::SM {
|
||||
|
||||
/// Interface to "sm:" service
|
||||
class SM final : public ServiceFramework<SM> {
|
||||
@ -62,5 +61,4 @@ private:
|
||||
|
||||
extern std::shared_ptr<ServiceManager> g_service_manager;
|
||||
|
||||
} // namespace SM
|
||||
} // namespace Service
|
||||
} // namespace Service::SM
|
||||
|
Reference in New Issue
Block a user