Consistently have the namespace closing comment
[folly.git] / folly / detail / StaticSingletonManager.cpp
index a75734babe2ca2a3d5c5fc21a340310f7e86b412..3d7ab93ca24758366623cb7cbb5773246eacde1f 100644 (file)
@@ -23,5 +23,5 @@ StaticSingletonManager& StaticSingletonManager::instance() {
   static StaticSingletonManager* instance = new StaticSingletonManager();
   return *instance;
 }
-}
-}
+} // namespace detail
+} // namespace folly