[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31646] trunk/blender/source/blender: Fix indentation errors

Nathan Letwory nathan at letworyinteractive.com
Sun Aug 29 23:39:00 CEST 2010


Revision: 31646
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31646
Author:   jesterking
Date:     2010-08-29 23:38:59 +0200 (Sun, 29 Aug 2010)

Log Message:
-----------
Fix indentation errors

Modified Paths:
--------------
    trunk/blender/source/blender/editors/screen/SConscript
    trunk/blender/source/blender/editors/sculpt_paint/SConscript
    trunk/blender/source/blender/nodes/SConscript

Modified: trunk/blender/source/blender/editors/screen/SConscript
===================================================================
--- trunk/blender/source/blender/editors/screen/SConscript	2010-08-29 20:52:05 UTC (rev 31645)
+++ trunk/blender/source/blender/editors/screen/SConscript	2010-08-29 21:38:59 UTC (rev 31646)
@@ -12,7 +12,7 @@
 
 if env['OURPLATFORM'] == 'linux2':
     cflags='-pthread'
-        incs += ' ../../../extern/binreloc/include'
+    incs += ' ../../../extern/binreloc/include'
 
 if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
     incs += ' ' + env['BF_PTHREADS_INC']

Modified: trunk/blender/source/blender/editors/sculpt_paint/SConscript
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/SConscript	2010-08-29 20:52:05 UTC (rev 31645)
+++ trunk/blender/source/blender/editors/sculpt_paint/SConscript	2010-08-29 21:38:59 UTC (rev 31646)
@@ -12,7 +12,7 @@
 
 if env['OURPLATFORM'] == 'linux2':
     cflags='-pthread'
-        incs += ' ../../../extern/binreloc/include'
+    incs += ' ../../../extern/binreloc/include'
 
 if env['OURPLATFORM'] == 'linuxcross':
     if env['WITH_BF_OPENMP']:

Modified: trunk/blender/source/blender/nodes/SConscript
===================================================================
--- trunk/blender/source/blender/nodes/SConscript	2010-08-29 20:52:05 UTC (rev 31645)
+++ trunk/blender/source/blender/nodes/SConscript	2010-08-29 21:38:59 UTC (rev 31646)
@@ -29,7 +29,7 @@
 
 if env['OURPLATFORM'] == 'linux2':
     cflags='-pthread'
-        incs += ' ../../../extern/binreloc/include'
+    incs += ' ../../../extern/binreloc/include'
 
 if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
     incs += ' ' + env['BF_PTHREADS_INC']





More information about the Bf-blender-cvs mailing list