Index: src/gpu/gl/GrGLShaderVar.h |
diff --git a/src/gpu/gl/GrGLShaderVar.h b/src/gpu/gl/GrGLShaderVar.h |
index 8e7e36e232045426b54030c26e4ccc1715b1c1ab..c7514f55bc37069e2c7957105e2f938b94dc0599 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())); |