From 87e9c9ad464a786ca5ffb857848d6983ffec4219 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Tue, 20 Jun 2017 10:53:37 +0200 Subject: [PATCH] Change indentation of shader mustache template --- src/ol/webgl/shader.mustache | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ol/webgl/shader.mustache b/src/ol/webgl/shader.mustache index 85325305a4..46a003fd2a 100644 --- a/src/ol/webgl/shader.mustache +++ b/src/ol/webgl/shader.mustache @@ -38,8 +38,8 @@ if (ol.ENABLE_WEBGL) { * @type {string} */ {{className}}.Fragment.SOURCE = ol.DEBUG_WEBGL ? - {{className}}.Fragment.DEBUG_SOURCE : - {{className}}.Fragment.OPTIMIZED_SOURCE; + {{className}}.Fragment.DEBUG_SOURCE : + {{className}}.Fragment.OPTIMIZED_SOURCE; {{className}}.fragment = new {{className}}.Fragment(); @@ -75,8 +75,8 @@ if (ol.ENABLE_WEBGL) { * @type {string} */ {{className}}.Vertex.SOURCE = ol.DEBUG_WEBGL ? - {{className}}.Vertex.DEBUG_SOURCE : - {{className}}.Vertex.OPTIMIZED_SOURCE; + {{className}}.Vertex.DEBUG_SOURCE : + {{className}}.Vertex.OPTIMIZED_SOURCE; {{className}}.vertex = new {{className}}.Vertex();