Packets: Fix stupid comment bug
[senf.git] / Packets / VariantParser.ih
index 7b5a63d..f185800 100644 (file)
@@ -36,7 +36,7 @@
 namespace senf {
 namespace detail {
 
-#   ifndef DOXYGEN
+#ifndef DOXYGEN
 
     template <class Variant, unsigned N>
     struct VariantBytes {
@@ -48,8 +48,6 @@ namespace detail {
         static PacketParserBase::size_type bytes(Variant const & v, unsigned n);
     };
 
-#   endif
-    
     template <class AuxPolicy, class AuxTag>
     struct VariantParserPolicy {};
 
@@ -79,7 +77,7 @@ namespace detail {
         };
     };
     
-#   define SENF_PARSER_VARIANT_I(access, name, chooser, types)                                     \
+#   define SENF_PARSER_VARIANT_I(access, name, chooser, types)                                    \
         typedef boost::mpl::vector< BOOST_PP_SEQ_ENUM(types) > BOOST_PP_CAT(name, _parsers);      \
         SENF_PARSER_REQUIRE_VAR(variant)                                                          \
         SENF_PARSER_COLLECTION_I(                                                                 \
@@ -88,6 +86,8 @@ namespace detail {
             chooser,                                                                              \
             senf::detail::VariantParserTraits< BOOST_PP_CAT(name, _parsers) > )
 
+#endif
+
 }}
 
 ///////////////////////////////ih.e////////////////////////////////////////