Simplify namespacing
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <stratosphere.hpp>
|
||||
#include "sm_types.hpp"
|
||||
|
||||
namespace sts { namespace sm {
|
||||
namespace sts::sm {
|
||||
|
||||
/* Command IDs. */
|
||||
enum ManagerServiceCmd {
|
||||
@@ -48,4 +48,4 @@ namespace sts { namespace sm {
|
||||
};
|
||||
};
|
||||
|
||||
}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user