small code formatting
This commit is contained in:
parent
d1ac2bb26d
commit
4d2ecf967c
@ -2124,8 +2124,8 @@ auto write_int(OutputIt out, UInt value, unsigned prefix,
|
|||||||
const format_specs<Char>& specs,
|
const format_specs<Char>& specs,
|
||||||
const digit_grouping<Char>& grouping) -> OutputIt {
|
const digit_grouping<Char>& grouping) -> OutputIt {
|
||||||
static_assert(std::is_same<uint64_or_128_t<UInt>, UInt>::value, "");
|
static_assert(std::is_same<uint64_or_128_t<UInt>, UInt>::value, "");
|
||||||
char digits[40];
|
|
||||||
int num_digits;
|
int num_digits;
|
||||||
|
char digits[40];
|
||||||
|
|
||||||
switch (specs.type) {
|
switch (specs.type) {
|
||||||
case presentation_type::none:
|
case presentation_type::none:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user