From a8e1a001580b36ef47359a5090370c5ba500a0a9 Mon Sep 17 00:00:00 2001 From: Lynix Date: Wed, 6 Mar 2013 22:39:02 +0100 Subject: [PATCH] Fixed spaces (Yes, one more time) Former-commit-id: 0f1af03c886d76ed1e79db91f47fd9902dc7813a --- include/Nazara/Math/EulerAngles.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Nazara/Math/EulerAngles.inl b/include/Nazara/Math/EulerAngles.inl index c340980c6..363373c66 100644 --- a/include/Nazara/Math/EulerAngles.inl +++ b/include/Nazara/Math/EulerAngles.inl @@ -146,8 +146,8 @@ template bool NzEulerAngles::operator==(const NzEulerAngles& angles) const { return NzNumberEquals(pitch, angles.pitch) && - NzNumberEquals(yaw, angles.yaw) && - NzNumberEquals(roll, angles.roll); + NzNumberEquals(yaw, angles.yaw) && + NzNumberEquals(roll, angles.roll); } template