Consistently have the namespace closing comment
[folly.git] / folly / synchronization / CallOnce.h
index 4dd06941a25bb3f584f644f988738d51e9588f3f..da938beb069a07864dd28f86ab620ae3cd5eeec4 100644 (file)
@@ -81,4 +81,4 @@ call_once_impl_no_inline(once_flag& flag, Callable&& f, Args&&... args) {
 
   flag.called_.store(true, std::memory_order_release);
 }
-}
+} // namespace folly