forked from fmtlib/fmt
Apply clang-format
This commit is contained in:
@ -2361,8 +2361,10 @@ FMT_CONSTEXPR auto parse_precision(const Char* begin, const Char* end,
|
|||||||
basic_format_parse_context<Char>& ctx)
|
basic_format_parse_context<Char>& ctx)
|
||||||
-> const Char* {
|
-> const Char* {
|
||||||
++begin;
|
++begin;
|
||||||
if (begin != end) begin = parse_dynamic_spec(begin, end, value, ref, ctx);
|
if (begin != end)
|
||||||
else report_error("invalid precision");
|
begin = parse_dynamic_spec(begin, end, value, ref, ctx);
|
||||||
|
else
|
||||||
|
report_error("invalid precision");
|
||||||
return begin;
|
return begin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user