Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-04-22 09:44:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-22 09:45:52 +0300
commit02f28da187b744b3dea0d253b3d46d91b201a98d (patch)
treebc91af2ee1f6304e7ee8402e8063874f2737f11d /source/blender/draw/engines/eevee/shaders/effect_downsample_cube_frag.glsl
parentba711847554f6125ba75c7faf3bd876164f1edce (diff)
Cleanup: trailing spaces
Applied to newly added files in 2.8
Diffstat (limited to 'source/blender/draw/engines/eevee/shaders/effect_downsample_cube_frag.glsl')
-rw-r--r--source/blender/draw/engines/eevee/shaders/effect_downsample_cube_frag.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee/shaders/effect_downsample_cube_frag.glsl b/source/blender/draw/engines/eevee/shaders/effect_downsample_cube_frag.glsl
index eb463d51146..79f86cfae58 100644
--- a/source/blender/draw/engines/eevee/shaders/effect_downsample_cube_frag.glsl
+++ b/source/blender/draw/engines/eevee/shaders/effect_downsample_cube_frag.glsl
@@ -27,4 +27,4 @@ void main()
vec3 cubevec = x_axis[fFace] * uvs.x + y_axis[fFace] * uvs.y + maj_axes[fFace];
FragColor = textureLod(source, cubevec, 0.0);
-} \ No newline at end of file
+}