Consistently have the namespace closing comment
[folly.git] / folly / hash / detail / ChecksumDetail.h
index 05a6f22c8310dfbf275941e83ec20b19e9e9f4cf..62c9048911a6347e4d1ef9a0e631e5215fedc334 100644 (file)
@@ -97,4 +97,5 @@ bool crc32_hw_supported();
  */
 uint32_t
 crc32_sw(const uint8_t* data, size_t nbytes, uint32_t startingChecksum = ~0U);
-}} // folly::detail
+} // namespace detail
+} // namespace folly