Add TimedDrivableExecutor to folly.
[folly.git] / folly / hash / SpookyHashV2.cpp
index 3a43b9f6a4611a9cb5ef494e8f6a4e9568d4daf6..bcf36dd850f3980c92c1a8d55fd7266bbe136ef9 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.
@@ -384,5 +384,5 @@ void SpookyHashV2::Final(uint64_t *hash1, uint64_t *hash2) const
     *hash2 = h1;
 }
 
-}  // namespace hash
-}  // namespace folly
+} // namespace hash
+} // namespace folly