mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[kernel] standardize static constexpr order in kobject headers
The kobject headers flip-flopped the class constants between "static constexpr" and "constexpr static".
This commit is contained in:
@@ -12,8 +12,7 @@ class system :
|
||||
{
|
||||
public:
|
||||
/// Capabilities on system given to init
|
||||
constexpr static j6_cap_t init_caps = j6_cap_system_all;
|
||||
|
||||
static constexpr j6_cap_t init_caps = j6_cap_system_all;
|
||||
static constexpr kobject::type type = kobject::type::system;
|
||||
|
||||
inline static system & get() { return s_instance; }
|
||||
|
||||
Reference in New Issue
Block a user