Fix lint errors
[folly.git] / folly / SpookyHashV2.cpp
index c7ecaf6ac43caed4902194252f80d2bf3d3c2473..e6113a39848e5aeb71506d914a953c190fdda3ab 100644 (file)
@@ -23,7 +23,8 @@
 //   April 10 2012: buffer overflow on platforms without unaligned reads
 //   July 12 2012: was passing out variables in final to in/out in short
 //   July 30 2012: I reintroduced the buffer overflow
-//   August 5 2012: SpookyV2: d = should be d += in short hash, and remove extra mix from long hash
+//   August 5 2012: SpookyV2: d = should be d += in short hash, and remove
+//                  extra mix from long hash
 
 #include <folly/SpookyHashV2.h>