Consistently have the namespace closing comment
[folly.git] / folly / experimental / logging / printf.h
index 373b0586aa5a04b2e43bf74c3b4502b65ec3131f..97a984841da6c1feac39f0eab9679399921a165d 100644 (file)
@@ -35,7 +35,7 @@ namespace folly {
 std::string loggingFormatPrintf(
     FOLLY_PRINTF_FORMAT const char* format,
     ...) noexcept FOLLY_PRINTF_FORMAT_ATTR(1, 2);
-}
+} // namespace folly
 
 /**
  * Log a message to the specified logger using a printf-style format string.