mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 12:57:53 -05:00
service: Use nested namespace specifiers where applicable
Tidies up namespace declarations
This commit is contained in:
@ -6,13 +6,11 @@
|
||||
|
||||
#include "core/hle/service/spl/module.h"
|
||||
|
||||
namespace Service {
|
||||
namespace SPL {
|
||||
namespace Service::SPL {
|
||||
|
||||
class SPL final : public Module::Interface {
|
||||
public:
|
||||
explicit SPL(std::shared_ptr<Module> module);
|
||||
};
|
||||
|
||||
} // namespace SPL
|
||||
} // namespace Service
|
||||
} // namespace Service::SPL
|
||||
|
Reference in New Issue
Block a user