From 3b4cf4f418dd94a00f09e218322ed390bea63250 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sat, 22 Jun 2019 21:43:56 +0300 Subject: fixed tab --- src/math/Matrix.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/math/Matrix.h b/src/math/Matrix.h index faee4660..a93de636 100644 --- a/src/math/Matrix.h +++ b/src/math/Matrix.h @@ -155,9 +155,9 @@ public: r.Normalise(); f = CrossProduct(u, r); } - void CopyOnlyMatrix(CMatrix *other){ - m_matrix = other->m_matrix; - } + void CopyOnlyMatrix(CMatrix *other){ + m_matrix = other->m_matrix; + } }; inline CMatrix& -- cgit v1.2.3