Remove template helper constants
[folly.git] / folly / Checksum.h
index 756d3730659ffe532909798313c70191d3af8098..a47a6804066912d5c1b733a491779ac09bdfec8c 100644 (file)
@@ -57,4 +57,4 @@ crc32(const uint8_t* data, size_t nbytes, uint32_t startingChecksum = ~0U);
 uint32_t
 crc32_type(const uint8_t* data, size_t nbytes, uint32_t startingChecksum = ~0U);
 
-} // folly
+} // namespace folly