summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2020-04-15 09:26:29 -0700
committerPtolemy <ptolemy@lindenlab.com>2020-04-15 15:54:38 -0700
commita387b38d20bdbf1039c36cd7811e9cfb93809a2e (patch)
tree7df43fc39ae201faf96b9594bc1668fda8671963 /indra
parent39cc7084559db78377b28cafa05462b97e3593f9 (diff)
Cleanup to coding standard
Diffstat (limited to 'indra')
-rw-r--r--indra/llrender/llglslshader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llrender/llglslshader.cpp b/indra/llrender/llglslshader.cpp
index 384e5bf99f..8cc3c50ec2 100644
--- a/indra/llrender/llglslshader.cpp
+++ b/indra/llrender/llglslshader.cpp
@@ -485,7 +485,8 @@ BOOL LLGLSLShader::createShader(std::vector<LLStaticHashedString> * attributes,
return success;
}
-BOOL LLGLSLShader::attachVertexObject(std::string object_path) {
+BOOL LLGLSLShader::attachVertexObject(std::string object_path)
+{
if (LLShaderMgr::instance()->mVertexShaderObjects.count(object_path) > 0)
{
stop_glerror();