From 18d646b72dcf754a35bc512efffed0e6c6fae5fe Mon Sep 17 00:00:00 2001 From: Pawel Kolodziejski Date: Thu, 24 Sep 2015 18:50:35 +0200 Subject: [PATCH] STAR: fixed newline warnings --- engines/stark/movement/followpath.cpp | 2 +- engines/stark/movement/movement.cpp | 2 +- engines/stark/movement/shortestpath.cpp | 2 +- engines/stark/movement/stringpullingpath.cpp | 3 ++- engines/stark/movement/turn.cpp | 2 +- engines/stark/movement/walk.cpp | 2 +- engines/stark/ui/dialogpanel.h | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/engines/stark/movement/followpath.cpp b/engines/stark/movement/followpath.cpp index c383605a3b8..4db32b8a345 100644 --- a/engines/stark/movement/followpath.cpp +++ b/engines/stark/movement/followpath.cpp @@ -127,4 +127,4 @@ bool FollowPath::is3D() const { return _path->getSubType() == Resources::Path::kPath3D; } -} // End of namespace Stark \ No newline at end of file +} // End of namespace Stark diff --git a/engines/stark/movement/movement.cpp b/engines/stark/movement/movement.cpp index f74c8d97efd..bf43c25e64d 100644 --- a/engines/stark/movement/movement.cpp +++ b/engines/stark/movement/movement.cpp @@ -60,4 +60,4 @@ float Movement::computeAngleBetweenVectorsXYPlane(const Math::Vector3d &v1, cons return angle.getDegrees(); } -} // End of namespace Stark \ No newline at end of file +} // End of namespace Stark diff --git a/engines/stark/movement/shortestpath.cpp b/engines/stark/movement/shortestpath.cpp index 73450abf01c..d226ac11e13 100644 --- a/engines/stark/movement/shortestpath.cpp +++ b/engines/stark/movement/shortestpath.cpp @@ -93,4 +93,4 @@ const Resources::FloorEdge *ShortestPath::popEdgeWithLowestCost(NodeList &fronti return *lowestCostItem; } -} // End of namespace Stark \ No newline at end of file +} // End of namespace Stark diff --git a/engines/stark/movement/stringpullingpath.cpp b/engines/stark/movement/stringpullingpath.cpp index f1c4b83ece5..a7c3c313328 100644 --- a/engines/stark/movement/stringpullingpath.cpp +++ b/engines/stark/movement/stringpullingpath.cpp @@ -62,4 +62,5 @@ Math::Vector3d StringPullingPath::computeWalkTarget(const Math::Vector3d &fromPo return _steps[_targetStep]; } -} // End of namespace Stark \ No newline at end of file + +} // End of namespace Stark diff --git a/engines/stark/movement/turn.cpp b/engines/stark/movement/turn.cpp index 4060524e2c3..ada3ca4b92e 100644 --- a/engines/stark/movement/turn.cpp +++ b/engines/stark/movement/turn.cpp @@ -81,4 +81,4 @@ void Turn::setTargetDirection(const Math::Vector3d &direction) { _targetDirection = direction; } -} // End of namespace Stark \ No newline at end of file +} // End of namespace Stark diff --git a/engines/stark/movement/walk.cpp b/engines/stark/movement/walk.cpp index 0d402f0321e..fd1d6710edd 100644 --- a/engines/stark/movement/walk.cpp +++ b/engines/stark/movement/walk.cpp @@ -178,4 +178,4 @@ void Walk::changeItemAnim() { } } -} // End of namespace Stark \ No newline at end of file +} // End of namespace Stark diff --git a/engines/stark/ui/dialogpanel.h b/engines/stark/ui/dialogpanel.h index 7d7fb6eedc5..8a56c513bb6 100644 --- a/engines/stark/ui/dialogpanel.h +++ b/engines/stark/ui/dialogpanel.h @@ -74,4 +74,4 @@ private: } // End of namespace Stark -#endif // STARK_UI_DIALOG_PANEL_H \ No newline at end of file +#endif // STARK_UI_DIALOG_PANEL_H