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:
Kefu Chai
2023-12-13 22:56:42 +08:00
committed by Victor Zverovich
parent bbee753579
commit 6855bd532b
6 changed files with 17 additions and 17 deletions

View File

@@ -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"