Skip to content

Commit 5a9a184

Browse files
committed
Apply clang-format
1 parent 7aabdcf commit 5a9a184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/fmt/format-inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ class file_print_buffer<F, enable_if_t<has_flockfile<F>::value>>
17081708
~file_print_buffer() {
17091709
file_.advance_write_buffer(size());
17101710
bool flush = file_.needs_flush();
1711-
F* f = file_; // Make funlockfile depend on the template parameter F.
1711+
F* f = file_; // Make funlockfile depend on the template parameter F.
17121712
#ifdef __SANITIZE_THREAD__
17131713
__tsan_release(f);
17141714
#endif

0 commit comments

Comments
 (0)