[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48738] branches/smoke2/intern/smoke/ SConscript: FIx compile error: Used tab instead of spaces

Daniel Genrich daniel.genrich at gmx.net
Sun Jul 8 20:10:54 CEST 2012


Revision: 48738
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48738
Author:   genscher
Date:     2012-07-08 18:10:53 +0000 (Sun, 08 Jul 2012)
Log Message:
-----------
FIx compile error: Used tab instead of spaces

Modified Paths:
--------------
    branches/smoke2/intern/smoke/SConscript

Modified: branches/smoke2/intern/smoke/SConscript
===================================================================
--- branches/smoke2/intern/smoke/SConscript	2012-07-08 17:51:28 UTC (rev 48737)
+++ branches/smoke2/intern/smoke/SConscript	2012-07-08 18:10:53 UTC (rev 48738)
@@ -9,7 +9,7 @@
 if env['WITH_BF_OPENMP']:
     if env['OURPLATFORM'] == 'linuxcross':
         incs += ' ' + env['BF_OPENMP_INC']
-		defs += ' PARALLEL=1'
+        defs += ' PARALLEL=1'
 
 incs += ' ' + env['BF_PNG_INC'] + ' ' + env['BF_ZLIB_INC'] 
 incs += ' intern ../memutil ../guardealloc ../../extern/Eigen3 '




More information about the Bf-blender-cvs mailing list