From ccb934e2b5fffd2d02d22ed7ce992310b3da3bd5 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 9 Oct 2023 16:53:37 -0400 Subject: [PATCH] cosmetic: indentation in init_reflect.hpp --- include/xo/reflect/init_reflect.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/xo/reflect/init_reflect.hpp b/include/xo/reflect/init_reflect.hpp index b6365632..5f69eadd 100644 --- a/include/xo/reflect/init_reflect.hpp +++ b/include/xo/reflect/init_reflect.hpp @@ -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 { - static void init(); - static InitEvidence require(); - }; + template<> + struct InitSubsys { + static void init(); + static InitEvidence require(); + }; } /*namespace xo*/