Skip to content

Commit 599bfe2

Browse files
committed
Code formatting
1 parent 5a5ea5a commit 599bfe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/yup_core/maths/yup_MathsFunctions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,8 @@ constexpr auto roundToInt (const FloatType value) noexcept
639639
if (isConstantEvaluated())
640640
{
641641
return static_cast<int> (value > 0
642-
? value + MathConstants<FloatType>::half
643-
: value - MathConstants<FloatType>::half);
642+
? value + MathConstants<FloatType>::half
643+
: value - MathConstants<FloatType>::half);
644644
}
645645
else
646646
{

0 commit comments

Comments
 (0)