Adds test drivers for concurrent hash maps
[folly.git] / folly / Random-inl.h
index f2f3b4ba9397b462fa6267f71ddb66e1a0db6b23..d52aceee0f94d76ed310dd7c15ef5bda2f48673e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2014-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.
@@ -67,7 +67,7 @@ struct SeedData {
   std::array<uint32_t, stateSize> seedData;
 };
 
-}  // namespace detail
+} // namespace detail
 
 template <class RNG, class /* EnableIf */>
 void Random::seed(RNG& rng) {
@@ -83,4 +83,4 @@ auto Random::create() -> RNG {
   return RNG(s);
 }
 
-}  // namespaces
+} // namespace folly