mirror of
https://github.com/fmtlib/fmt.git
synced 2026-06-15 00:16:15 +08:00
Apply clang-format
This commit is contained in:
parent
7aabdcf0ba
commit
5a9a184448
@ -1708,7 +1708,7 @@ class file_print_buffer<F, enable_if_t<has_flockfile<F>::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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user