Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-09-10 02:02:12 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-09-10 02:02:12 +0400
commita7f3e347b7799b73d19adeee0057fce783ca2f32 (patch)
tree3116d397bac01815771f192b13d642176aa1dc8b /source/blender/editors
parent5d4a5b47a0a39b550e58bda9c4fbb0073e8abf3c (diff)
SVN maintenance.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/include/ED_navmesh_conversion.h2
-rw-r--r--source/blender/editors/util/navmesh_conversion.cpp2
2 files changed, 2 insertions, 2 deletions
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
+}