Fix end of lines.

This commit is contained in:
castano 2008-06-19 09:53:09 +00:00
parent 65f769160d
commit b8a9395117

View File

@ -57,13 +57,13 @@ using namespace nv;
using namespace nvtt; using namespace nvtt;
nv::FastCompressor::FastCompressor() : m_image(NULL), m_alphaMode(AlphaMode_None) nv::FastCompressor::FastCompressor() : m_image(NULL), m_alphaMode(AlphaMode_None)
{ {
} }
nv::FastCompressor::~FastCompressor() nv::FastCompressor::~FastCompressor()
{ {
} }
void nv::FastCompressor::setImage(const Image * image, nvtt::AlphaMode alphaMode) void nv::FastCompressor::setImage(const Image * image, nvtt::AlphaMode alphaMode)
{ {
@ -183,13 +183,13 @@ void nv::FastCompressor::compressDXT5n(const nvtt::OutputOptions::Private & outp
} }
nv::SlowCompressor::SlowCompressor() : m_image(NULL), m_alphaMode(AlphaMode_None) nv::SlowCompressor::SlowCompressor() : m_image(NULL), m_alphaMode(AlphaMode_None)
{ {
} }
nv::SlowCompressor::~SlowCompressor() nv::SlowCompressor::~SlowCompressor()
{ {
} }
void nv::SlowCompressor::setImage(const Image * image, nvtt::AlphaMode alphaMode) void nv::SlowCompressor::setImage(const Image * image, nvtt::AlphaMode alphaMode)
{ {