diff --git a/indra/llrender/llgltexture.cpp b/indra/llrender/llgltexture.cpp
index c0e5477cea0f6e852b0a3538c8eeaf14d0fc6382..e9a39d8acb80e876e39ab4c692dfa0e70c09fb4d 100644
--- a/indra/llrender/llgltexture.cpp
+++ b/indra/llrender/llgltexture.cpp
@@ -408,4 +408,4 @@ void LLGLTexture::setTexelsPerImage()
 
 static LLUUID sStubUUID;
 
-const LLUUID& LLGLTexture::getID() const { return sStubUUID; }
\ No newline at end of file
+const LLUUID& LLGLTexture::getID() const { return sStubUUID; }
diff --git a/indra/llrender/lltexture.cpp b/indra/llrender/lltexture.cpp
index 787a09a1594a6e10c99365d318baff6dc8a18c2c..6eef36216c1926380ebbe45c3ceacddc44d1cc36 100644
--- a/indra/llrender/lltexture.cpp
+++ b/indra/llrender/lltexture.cpp
@@ -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() { }
\ No newline at end of file
+void LLTexture::updateBindStatsForTester() { }