Consistently have the namespace closing comment
[folly.git] / folly / experimental / logging / LogStreamProcessor.cpp
index 6fe0888170a9b50163291ec6e29ad46dc8301035..f1ae33e8f13fe77dc10a9021188c81dc3f88d2b7 100644 (file)
@@ -76,7 +76,7 @@ LogCategory* getXlogCategory(
   }
   return categoryInfo->getCategory(&xlog_detail::xlogFileScopeInfo);
 }
-}
+} // namespace
 
 /**
  * Construct a LogStreamProcessor from an XlogCategoryInfo.
@@ -112,7 +112,7 @@ LogCategory* getXlogCategory(XlogFileScopeInfo* fileScopeInfo) {
   // Therefore we never need to check if it is initialized here.
   return fileScopeInfo->category;
 }
-}
+} // namespace
 
 /**
  * Construct a LogStreamProcessor from an XlogFileScopeInfo.
@@ -219,4 +219,4 @@ void logDisabledHelper(std::integral_constant<bool, true>) noexcept {
   // builds) or DFATAL (in debug builds).
   abort();
 }
-}
+} // namespace folly