diff --git a/include/GradientEstimators.h b/include/GradientEstimators.h index de0e294b..9a0fd9d8 100644 --- a/include/GradientEstimators.h +++ b/include/GradientEstimators.h @@ -39,4 +39,4 @@ namespace PolyVox #include "GradientEstimators.inl" -#endif //__PolyVox_GradientEstimators_H__ \ No newline at end of file +#endif //__PolyVox_GradientEstimators_H__ diff --git a/include/GradientEstimators.inl b/include/GradientEstimators.inl index 91cf44e9..35c8d220 100644 --- a/include/GradientEstimators.inl +++ b/include/GradientEstimators.inl @@ -155,4 +155,4 @@ namespace PolyVox return Vector3DFloat(static_cast(xGrad),static_cast(yGrad),static_cast(zGrad)); } -} \ No newline at end of file +} diff --git a/include/Utility.h b/include/Utility.h index 741f09aa..fd8c9ad9 100644 --- a/include/Utility.h +++ b/include/Utility.h @@ -32,4 +32,4 @@ namespace PolyVox POLYVOX_API bool isPowerOf2(boost::uint32_t uInput); } -#endif \ No newline at end of file +#endif