Add a newline to the end of the files to quieten gcc's warnings. Yes I'm really in that lazy a mood :)

This commit is contained in:
Matt Williams 2008-05-23 21:26:32 +00:00
parent a657f4d4d0
commit 180981293a
3 changed files with 3 additions and 3 deletions

View File

@ -39,4 +39,4 @@ namespace PolyVox
#include "GradientEstimators.inl"
#endif //__PolyVox_GradientEstimators_H__
#endif //__PolyVox_GradientEstimators_H__

View File

@ -155,4 +155,4 @@ namespace PolyVox
return Vector3DFloat(static_cast<float>(xGrad),static_cast<float>(yGrad),static_cast<float>(zGrad));
}
}
}

View File

@ -32,4 +32,4 @@ namespace PolyVox
POLYVOX_API bool isPowerOf2(boost::uint32_t uInput);
}
#endif
#endif