Style: Normalized spaces after if, for and while.

This commit is contained in:
madmaxoft
2014-07-21 17:38:50 +02:00
parent 8593d48579
commit 6be79575fd
28 changed files with 137 additions and 135 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ void cMonster::Tick(float a_Dt, cChunk & a_Chunk)
}
Vector3f Distance = m_Destination - GetPosition();
if(!ReachedDestination() && !ReachedFinalDestination()) // If we haven't reached any sort of destination, move
if (!ReachedDestination() && !ReachedFinalDestination()) // If we haven't reached any sort of destination, move
{
Distance.y = 0;
Distance.Normalize();