add makeSystemError*() helper functions
[folly.git] / folly / Singleton.h
index 413b51f830d58a1e092829eaf4b085f3c79eef55..01a9d5d12448a4c097664e3d4c7243f47eda87b6 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>