summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Tracer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tracer.cpp b/src/Tracer.cpp
index 249d2a6d1..56229e443 100644
--- a/src/Tracer.cpp
+++ b/src/Tracer.cpp
@@ -148,7 +148,7 @@ void cTracer::SetValues(const Vector3f & a_Start, const Vector3f & a_Direction)
bool cTracer::Trace(const Vector3f & a_Start, const Vector3f & a_Direction, int a_Distance, bool a_LineOfSight)
{
- if(!a_Direction.HasNonZeroLength())
+ if (!a_Direction.HasNonZeroLength())
{
return false;
}