From 5a9a184448b6db8a7d037ed5e5ff51258e96d49a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 3 May 2026 07:33:53 -0700 Subject: [PATCH] Apply clang-format --- include/fmt/format-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 11a3cee7..906763ba 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -1708,7 +1708,7 @@ class file_print_buffer::value>> ~file_print_buffer() { file_.advance_write_buffer(size()); bool flush = file_.needs_flush(); - F* f = file_; // Make funlockfile depend on the template parameter F. + F* f = file_; // Make funlockfile depend on the template parameter F. #ifdef __SANITIZE_THREAD__ __tsan_release(f); #endif