[Bf-blender-cvs] [997c0c8] master: Fix indentation in last commit, tab slipped in

Jens Verwiebe noreply at git.blender.org
Fri Mar 20 20:27:07 CET 2015


Commit: 997c0c837b5a4d090b124dc5a2e85b139e1ceb56
Author: Jens Verwiebe
Date:   Fri Mar 20 20:26:51 2015 +0100
Branches: master
https://developer.blender.org/rB997c0c837b5a4d090b124dc5a2e85b139e1ceb56

Fix indentation in last commit, tab slipped in

===================================================================

M	source/blender/gpu/SConscript

===================================================================

diff --git a/source/blender/gpu/SConscript b/source/blender/gpu/SConscript
index 9a3ea8f..8d0ef39 100644
--- a/source/blender/gpu/SConscript
+++ b/source/blender/gpu/SConscript
@@ -67,7 +67,7 @@ sources.extend((
     os.path.join(env['DATA_SOURCES'], "gpu_shader_simple_vert.glsl.c"),
     os.path.join(env['DATA_SOURCES'], "gpu_shader_fx_ssao_frag.glsl.c"),
     os.path.join(env['DATA_SOURCES'], "gpu_shader_fx_dof_hq_frag.glsl.c"),
-	os.path.join(env['DATA_SOURCES'], "gpu_shader_fx_dof_hq_vert.glsl.c"),
+    os.path.join(env['DATA_SOURCES'], "gpu_shader_fx_dof_hq_vert.glsl.c"),
     os.path.join(env['DATA_SOURCES'], "gpu_shader_fx_dof_hq_geo.glsl.c"),
     os.path.join(env['DATA_SOURCES'], "gpu_shader_fx_dof_frag.glsl.c"),
     os.path.join(env['DATA_SOURCES'], "gpu_shader_fx_dof_vert.glsl.c"),




More information about the Bf-blender-cvs mailing list