aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLShaderVar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLShaderVar.h')
-rw-r--r--src/gpu/gl/GrGLShaderVar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLShaderVar.h b/src/gpu/gl/GrGLShaderVar.h
index 8e7e36e232..c7514f55bc 100644
--- a/src/gpu/gl/GrGLShaderVar.h
+++ b/src/gpu/gl/GrGLShaderVar.h
@@ -159,8 +159,7 @@ public:
out->append("layout(origin_upper_left) ");
}
if (this->getTypeModifier() != kNone_TypeModifier) {
- out->append(TypeModifierString(this->getTypeModifier(),
- ctxInfo.glslGeneration()));
+ out->append(TypeModifierString(this->getTypeModifier(), ctxInfo.glslGeneration()));
out->append(" ");
}
out->append(PrecisionString(fPrecision, ctxInfo.standard()));