From 1eb491750cf5155cc8944121e51a17c42fdbcd81 Mon Sep 17 00:00:00 2001 From: Yves Delley Date: Fri, 10 May 2024 23:26:12 +0200 Subject: [PATCH] fix formatting --- src/core/include/mp-units/framework/value_cast.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/core/include/mp-units/framework/value_cast.h b/src/core/include/mp-units/framework/value_cast.h index 96b86dbc..1f92bcea 100644 --- a/src/core/include/mp-units/framework/value_cast.h +++ b/src/core/include/mp-units/framework/value_cast.h @@ -124,10 +124,12 @@ template requires QuantityPoint> && RepresentationOf::quantity_spec.character> && std::constructible_from::rep> -[[nodiscard]] constexpr quantity_point::reference, std::remove_reference_t::point_origin, ToRep> value_cast( - QP&& qp) +[[nodiscard]] constexpr quantity_point::reference, + std::remove_reference_t::point_origin, ToRep> +value_cast(QP&& qp) { - return {value_cast(std::forward(qp).quantity_from_origin_is_an_implementation_detail_), std::remove_reference_t::point_origin}; + return {value_cast(std::forward(qp).quantity_from_origin_is_an_implementation_detail_), + std::remove_reference_t::point_origin}; } /**