cosmetic: indentation in init_reflect.hpp

This commit is contained in:
Roland Conybeare 2023-10-09 16:53:37 -04:00
commit ccb934e2b5

View file

@ -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*/