logging: set the thread name for the AsyncFileWriter thread
[folly.git] / folly / Random.h
index dbb16bf5676a972eac3df937274620e12d974c82..e74d64b14dcf441c944483092f7a6b8491fb4f2d 100644 (file)
@@ -294,6 +294,6 @@ inline uint32_t randomNumberSeed() {
   return Random::rand32();
 }
 
-}
+} // namespace folly
 
 #include <folly/Random-inl.h>