diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index 3a747b9..75153af 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -304,7 +304,7 @@ using parsed_number_string = parsed_number_string_t; // Helper for error creating template -fastfloat_really_inline FASTFLOAT_CONSTEXPR20 parsed_number_string_t& +fastfloat_really_inline FASTFLOAT_CONSTEXPR20 parsed_number_string_t & report_parse_error(parsed_number_string_t &answer, UC const *p, parse_error error) noexcept { answer.invalid = true; @@ -581,7 +581,8 @@ parse_number_string(UC const *p, UC const *pend, } answer.exponent = am_pow_t(answer.fraction.ptr - p) + exp_number; } - // We have now corrected both exponent and mantissa, to a truncated value + // We have now corrected both exponent and mantissa, to a truncated + // value } } }