From b2058b349a69e30f594eae4e80c9a724be7e1a67 Mon Sep 17 00:00:00 2001 From: Matthew Endsley Date: Tue, 14 Feb 2012 11:25:21 +0000 Subject: [PATCH] Fix up files missing newlines at end of file --- DebugUtils/Include/DetourDebugDraw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DebugUtils/Include/DetourDebugDraw.h b/DebugUtils/Include/DetourDebugDraw.h index 34d93e1..ff2ca2f 100755 --- a/DebugUtils/Include/DetourDebugDraw.h +++ b/DebugUtils/Include/DetourDebugDraw.h @@ -45,4 +45,4 @@ void duDebugDrawTileCacheContours(duDebugDraw* dd, const struct dtTileCacheConto void duDebugDrawTileCachePolyMesh(duDebugDraw* dd, const struct dtTileCachePolyMesh& lmesh, const float* orig, const float cs, const float ch); -#endif // DETOURDEBUGDRAW_H \ No newline at end of file +#endif // DETOURDEBUGDRAW_H