Correct EOL for last line of files.

master
Rider Linden 2018-04-18 09:40:16 -07:00
parent 52a5178479
commit 2fe4b5169f
2 changed files with 2 additions and 2 deletions

View File

@ -408,4 +408,4 @@ void LLGLTexture::setTexelsPerImage()
static LLUUID sStubUUID;
const LLUUID& LLGLTexture::getID() const { return sStubUUID; }
const LLUUID& LLGLTexture::getID() const { return sStubUUID; }

View File

@ -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() { }