[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38921] trunk/blender/intern/ghost/ SConscript: tabs -> spaces

Nathan Letwory nathan at letworyinteractive.com
Tue Aug 2 11:07:24 CEST 2011


Revision: 38921
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38921
Author:   jesterking
Date:     2011-08-02 09:07:24 +0000 (Tue, 02 Aug 2011)
Log Message:
-----------
tabs -> spaces

Modified Paths:
--------------
    trunk/blender/intern/ghost/SConscript

Modified: trunk/blender/intern/ghost/SConscript
===================================================================
--- trunk/blender/intern/ghost/SConscript	2011-08-02 09:06:55 UTC (rev 38920)
+++ trunk/blender/intern/ghost/SConscript	2011-08-02 09:07:24 UTC (rev 38921)
@@ -76,11 +76,12 @@
 if env['BF_GHOST_DEBUG']:
     defs.append('WITH_GHOST_DEBUG')
 else:
-	sources.remove('intern' + os.sep + 'GHOST_EventPrinter.cpp')
+    sources.remove('intern' + os.sep + 'GHOST_EventPrinter.cpp')
 
 if env['WITH_BF_3DMOUSE']:
-	defs.append('WITH_INPUT_NDOF')
+    defs.append('WITH_INPUT_NDOF')
 
+
 if window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross', 'win64-vc'):
     incs = env['BF_WINTAB_INC'] + ' ' + incs
 




More information about the Bf-blender-cvs mailing list