Adds test drivers for concurrent hash maps
[folly.git] / folly / hash / SpookyHashV1.cpp
index f291b472ba3102504d54333c540b55d1f9965150..018b9bf281ff21b195e91c0e6d41c6a75a573ece 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2017-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -383,5 +383,5 @@ void SpookyHashV1::Final(uint64_t *hash1, uint64_t *hash2)
     *hash2 = h1;
 }
 
-}  // namespace hash
-}  // namespace folly
+} // namespace hash
+} // namespace folly