Correct EOL for last line of files.
parent
52a5178479
commit
2fe4b5169f
|
|
@ -408,4 +408,4 @@ void LLGLTexture::setTexelsPerImage()
|
|||
|
||||
static LLUUID sStubUUID;
|
||||
|
||||
const LLUUID& LLGLTexture::getID() const { return sStubUUID; }
|
||||
const LLUUID& LLGLTexture::getID() const { return sStubUUID; }
|
||||
|
|
|
|||
|
|
@ -40,4 +40,4 @@ S32 LLTexture::getWidth(S32 discard_level) const { llassert(false); return 0; }
|
|||
S32 LLTexture::getHeight(S32 discard_level) const { llassert(false); return 0; }
|
||||
bool LLTexture::isActiveFetching() { llassert(false); return false; }
|
||||
LLImageGL* LLTexture::getGLTexture() const { llassert(false); return nullptr; }
|
||||
void LLTexture::updateBindStatsForTester() { }
|
||||
void LLTexture::updateBindStatsForTester() { }
|
||||
|
|
|
|||
Loading…
Reference in New Issue