Consistently have the namespace closing comment
[folly.git] / folly / Format.h
index 6ed3c6f1cfba858a65120c353a56764e805c79a1..3837d1079e9636b31d529a32d39f990e0805057d 100644 (file)
@@ -46,7 +46,7 @@ class FormatValue;
 // meta-attribute to identify formatters in this sea of template weirdness
 namespace detail {
 class FormatterTag {};
-};
+} // namespace detail
 
 /**
  * Formatter class.
@@ -322,7 +322,7 @@ struct DefaultValueWrapper {
   const Container& container;
   const Value& defaultValue;
 };
-} // namespace
+} // namespace detail
 
 template <class Container, class Value>
 detail::DefaultValueWrapper<Container, Value> defaulted(