Consistency in namespace-closing comments
[folly.git] / folly / experimental / Bits.h
index d4976720d24b5053989a44637baa717861196e8a..0b1960c26609a8fd207ef4d55fda3fde41ef6047 100644 (file)
@@ -105,7 +105,7 @@ struct BitsTraits<T, typename std::enable_if<
   }
 };
 
-}  // namespace detail
+} // namespace detail
 
 /**
  * Wrapper class with static methods for various bit-level operations,
@@ -312,4 +312,4 @@ inline size_t Bits<T, Traits>::count(const T* begin, const T* end) {
   return n;
 }
 
-}  // namespace folly
+} // namespace folly