From 4901a029e9726603346dbdaee93c996ac36dad70 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Tue, 17 Feb 2009 03:24:43 +0000 Subject: [PATCH] Fixed typo in Makefile.am, added missing newline at end of files. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3165 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/Makefile.am | 2 +- src/graphics/irr_driver.hpp | 3 ++- src/graphics/mesh_tools.hpp | 14 +++++++------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 405993758..683f19501 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -94,7 +94,7 @@ supertuxkart_SOURCES = \ io/xml_node.cpp \ io/xml_node.hpp \ io/xml_reader.cpp \ - io/xml_reader.hpp\` + io/xml_reader.hpp\ items/attachment.cpp \ items/attachment.hpp \ items/attachment_manager.cpp \ diff --git a/src/graphics/irr_driver.hpp b/src/graphics/irr_driver.hpp index 45fccb247..f998083fc 100755 --- a/src/graphics/irr_driver.hpp +++ b/src/graphics/irr_driver.hpp @@ -54,4 +54,5 @@ extern IrrDriver *irr_driver; #endif // HEADER_IRR_DRIVER_HPP -#endif // HAVE_IRRLICHT \ No newline at end of file +#endif // HAVE_IRRLICHT + diff --git a/src/graphics/mesh_tools.hpp b/src/graphics/mesh_tools.hpp index d0ae4ff4f..da1bdd7b3 100755 --- a/src/graphics/mesh_tools.hpp +++ b/src/graphics/mesh_tools.hpp @@ -25,11 +25,11 @@ using namespace irr; #include "utils/vec3.hpp" - -namespace MeshTools -{ - void minMax3D(scene::IMesh* mesh, Vec3 *min, Vec3 *max); -} // MeshTools - + +namespace MeshTools +{ + void minMax3D(scene::IMesh* mesh, Vec3 *min, Vec3 *max); +} // MeshTools + #endif -#endif // HAVE_IRRLICHT \ No newline at end of file +#endif // HAVE_IRRLICHT