Packets: Fix stupid comment bug
g0dil [Tue, 10 Jun 2008 10:52:13 +0000 (10:52 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@873 270642c3-0616-0410-b53a-bc976706d245

Packets/ListNParser.ih
Packets/VariantParser.ih

index 3ccb226..2931359 100644 (file)
@@ -62,7 +62,7 @@ namespace detail {
         void      insert (container_type & c, data_iterator p) const;
         void      update (container_type const & c) const;
 
-        /** Internal: ListNParser iterator specific data
+        /** Internal: ListNParser iterator specific data */
         struct iterator_data {
             size_type n_;
         };
index 9996961..f185800 100644 (file)
@@ -36,7 +36,7 @@
 namespace senf {
 namespace detail {
 
-#   ifndef DOXYGEN
+#ifndef DOXYGEN
 
     template <class Variant, unsigned N>
     struct VariantBytes {
@@ -86,7 +86,7 @@ namespace detail {
             chooser,                                                                              \
             senf::detail::VariantParserTraits< BOOST_PP_CAT(name, _parsers) > )
 
-#   endif
+#endif
 
 }}