From 386c126e83b3866fc0746f3cb7ec7772656155e2 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 16 Apr 2017 15:15:11 +0200 Subject: [PATCH] kill whitespace --- src/server/game/Movement/MotionMaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/Movement/MotionMaster.cpp b/src/server/game/Movement/MotionMaster.cpp index 44fd17c8adb..47a8605f3a5 100644 --- a/src/server/game/Movement/MotionMaster.cpp +++ b/src/server/game/Movement/MotionMaster.cpp @@ -520,7 +520,7 @@ void MotionMaster::MoveSmoothPath(uint32 pointId, G3D::Vector3 const* pathPoints Movement::PointsArray path(pathPoints, pathPoints + pathSize); MoveSmoothPath(pointId, path, walk, fly); } - + void MotionMaster::MoveSmoothPath(uint32 pointId, Movement::PointsArray const& path, bool walk, bool fly) { Movement::MoveSplineInit init(_owner);