Consistently have the namespace closing comment
[folly.git] / folly / AtomicStruct.h
index 58345f688602304f70a8f11cb8bb2a0770051445..e32976040793c5b555e4b0786726f7c322889997 100644 (file)
@@ -27,7 +27,7 @@ namespace folly {
 
 namespace detail {
 template <int N> struct AtomicStructIntPick {};
-}
+} // namespace detail
 
 /// AtomicStruct<T> work like C++ atomics, but can be used on any POD
 /// type <= 8 bytes.