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