mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-02 07:09:44 +01:00
Apply clang-format
* use clang-format v17.0.6 to reformat the tree * tweak some places so that clang-format does not mutate the layout of code too much Signed-off-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
committed by
Victor Zverovich
parent
bbee753579
commit
6855bd532b
@@ -101,7 +101,7 @@ extern "C++" {
|
||||
|
||||
// gcc doesn't yet implement private module fragments
|
||||
#if !FMT_GCC_VERSION
|
||||
module : private;
|
||||
module :private;
|
||||
#endif
|
||||
|
||||
#include "format.cc"
|
||||
|
||||
Reference in New Issue
Block a user