cosmetic: indentation in init_reflect.hpp
This commit is contained in:
parent
d0ccff195f
commit
ccb934e2b5
1 changed files with 7 additions and 7 deletions
|
|
@ -8,14 +8,14 @@
|
|||
#include "xo/subsys/Subsystem.hpp"
|
||||
|
||||
namespace xo {
|
||||
/* tag to represent the reflect/ subsystem within ordered initialization */
|
||||
enum S_reflect_tag {};
|
||||
/* tag to represent the reflect/ subsystem within ordered initialization */
|
||||
enum S_reflect_tag {};
|
||||
|
||||
template<>
|
||||
struct InitSubsys<S_reflect_tag> {
|
||||
static void init();
|
||||
static InitEvidence require();
|
||||
};
|
||||
template<>
|
||||
struct InitSubsys<S_reflect_tag> {
|
||||
static void init();
|
||||
static InitEvidence require();
|
||||
};
|
||||
} /*namespace xo*/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue