Formatting fixes

This commit is contained in:
Pavel Krajcevski 2013-08-20 15:12:18 -04:00
parent b072d10b6c
commit 31d2b5bcea

View file

@ -125,7 +125,6 @@ unsigned int ImageLoader::GetChannelForPixel(uint32 x, uint32 y, uint32 ch) {
ret = ret << prec;
ret |= val;
}
}
return ret;
@ -163,7 +162,8 @@ bool ImageLoader::LoadImage() {
#ifndef NDEBUG
if(aw != m_Width || ah != m_Height)
fprintf(stderr, "Warning: Image dimension not multiple of four. Space will be filled with black.\n");
fprintf(stderr, "Warning: Image dimension not multiple of four. "
"Space will be filled with black.\n");
#endif
int byteIdx = 0;