core: use nested namespaces

This commit is contained in:
tgsm 2019-02-18 20:34:18 -05:00
parent f409342ab5
commit 39e163b7ce
19 changed files with 40 additions and 80 deletions

View file

@ -7,8 +7,7 @@
#include "core/hle/applets/applet.h"
#include "core/hle/kernel/shared_memory.h"
namespace HLE {
namespace Applets {
namespace HLE::Applets {
class ErrEula final : public Applet {
public:
@ -26,5 +25,4 @@ private:
Kernel::SharedPtr<Kernel::SharedMemory> framebuffer_memory;
};
} // namespace Applets
} // namespace HLE
} // namespace HLE::Applets