From a7f3e347b7799b73d19adeee0057fce783ca2f32 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Fri, 9 Sep 2011 22:02:12 +0000 Subject: SVN maintenance. --- source/blender/editors/include/ED_navmesh_conversion.h | 2 +- source/blender/editors/util/navmesh_conversion.cpp | 2 +- source/blender/modifiers/intern/MOD_navmesh.cpp | 2 +- source/gameengine/Ketsji/KX_NavMeshObject.cpp | 2 +- source/gameengine/Ketsji/KX_ObstacleSimulation.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'source') diff --git a/source/blender/editors/include/ED_navmesh_conversion.h b/source/blender/editors/include/ED_navmesh_conversion.h index 28922142f5c..71b60cc4e4a 100644 --- a/source/blender/editors/include/ED_navmesh_conversion.h +++ b/source/blender/editors/include/ED_navmesh_conversion.h @@ -93,4 +93,4 @@ inline bool left(const float* a, const float* b, const float* c) #ifdef __cplusplus } #endif -#endif //NAVMESH_CONVERSION_H \ No newline at end of file +#endif //NAVMESH_CONVERSION_H diff --git a/source/blender/editors/util/navmesh_conversion.cpp b/source/blender/editors/util/navmesh_conversion.cpp index 873660baa13..2068d17435c 100644 --- a/source/blender/editors/util/navmesh_conversion.cpp +++ b/source/blender/editors/util/navmesh_conversion.cpp @@ -441,4 +441,4 @@ int polyFindVertex(const unsigned short* p, const int vertsPerPoly, unsigned sho } } return res; -} \ No newline at end of file +} diff --git a/source/blender/modifiers/intern/MOD_navmesh.cpp b/source/blender/modifiers/intern/MOD_navmesh.cpp index 888da7ba985..7a1c2bb6059 100644 --- a/source/blender/modifiers/intern/MOD_navmesh.cpp +++ b/source/blender/modifiers/intern/MOD_navmesh.cpp @@ -266,4 +266,4 @@ ModifierTypeInfo modifierType_NavMesh = { /* foreachIDLink */ 0, }; -}; \ No newline at end of file +}; diff --git a/source/gameengine/Ketsji/KX_NavMeshObject.cpp b/source/gameengine/Ketsji/KX_NavMeshObject.cpp index 499cbae85e9..a474ee984c5 100644 --- a/source/gameengine/Ketsji/KX_NavMeshObject.cpp +++ b/source/gameengine/Ketsji/KX_NavMeshObject.cpp @@ -705,4 +705,4 @@ KX_PYMETHODDEF_DOC_NOARGS(KX_NavMeshObject, rebuild, Py_RETURN_NONE; } -#endif // DISABLE_PYTHON \ No newline at end of file +#endif // DISABLE_PYTHON diff --git a/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp b/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp index 9bca98d7fde..5f78d9a3722 100644 --- a/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp +++ b/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp @@ -866,4 +866,4 @@ KX_ObstacleSimulationTOI_cells::KX_ObstacleSimulationTOI_cells(MT_Scalar levelHe m_curVelWeight = 0.75f; m_toiWeight = 2.5f; m_collisionWeight = 0.75f; //side_weight -} \ No newline at end of file +} -- cgit v1.2.3