Consistency in namespace-closing comments
[folly.git] / folly / stats / Histogram.h
index 688f479a4e0ce796c8c48a108921c60d5f210789..0be9e160aaec3f83fc153d7b9c88301d207a1dfe 100644 (file)
@@ -226,7 +226,7 @@ class HistogramBuckets {
   std::vector<BucketType> buckets_;
 };
 
-} // detail
+} // namespace detail
 
 /*
  * A basic histogram class.
@@ -478,4 +478,4 @@ class Histogram {
   detail::HistogramBuckets<ValueType, Bucket> buckets_;
 };
 
-} // folly
+} // namespace folly