mirror of
https://github.com/fmtlib/fmt.git
synced 2025-03-12 16:14:02 +00:00
Apply clang-format
This commit is contained in:
parent
3f296e3d4a
commit
23fcf1942a
@ -1459,10 +1459,10 @@ FMT_CONSTEXPR auto parse_format_specs(const Char* begin, const Char* end,
|
||||
}
|
||||
++begin;
|
||||
break;
|
||||
// clang-format off
|
||||
// clang-format off
|
||||
case '1': case '2': case '3': case '4': case '5':
|
||||
case '6': case '7': case '8': case '9': case '{':
|
||||
// clang-format on
|
||||
// clang-format on
|
||||
enter_state(state::width);
|
||||
begin = parse_width(begin, end, specs, specs.width_ref, ctx);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user