Consistently have the namespace closing comment
[folly.git] / folly / Singleton.h
index 028cf7f1c210d4125b4522a3976b3a04bec26076..40e9dad6b4aa54049577bfb1f3862ce7ee1710c4 100644 (file)
@@ -328,7 +328,7 @@ struct SingletonHolder : public SingletonHolderBase {
   SingletonHolder(SingletonHolder&&) = delete;
 };
 
-}
+} // namespace detail
 
 class SingletonVault {
  public:
@@ -734,6 +734,6 @@ class LeakySingleton {
     entry.state = State::Living;
   }
 };
-}
+} // namespace folly
 
 #include <folly/Singleton-inl.h>