Consistently have the namespace closing comment
[folly.git] / folly / detail / StaticSingletonManager.h
index 749cf452965bed0549ce7dd3dcca2a511044e983..f5c540b1bbb3b1bad7de1cc09326acdc09f8dec6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -84,5 +84,5 @@ template <typename T, typename Tag>
 inline T* createGlobal() {
   return createGlobal<T, Tag>([]() { return new T(); });
 }
-}
-}
+} // namespace detail
+} // namespace folly