Fix whitespace.
authorDavid Robillard <d@drobilla.net>
Thu, 29 Sep 2011 21:36:31 +0000 (21:36 +0000)
committerDavid Robillard <d@drobilla.net>
Thu, 29 Sep 2011 21:36:31 +0000 (21:36 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10166 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/wscript
libs/ardour/wscript

index e28f7cfded611f6d852076adb24f272d2bf886be..8061f71e1571164441927dd9253a7a86ca7150ca 100644 (file)
@@ -282,7 +282,7 @@ def _doPyp(infileName):
     Does the main work of preprocessing.
     Takes 'infileName' as a filename, opens and processes it,
     and returns the processed file as a string
-    
+
     Note - this works recursively.
     """
     outStr = ''
@@ -293,7 +293,7 @@ def _doPyp(infileName):
     inLines = fd.readlines()
     if fd != sys.stdin:
         fd.close()
-    
+
     for line in inLines:
         bits = re_spaces.split(line)
         if bits[0] == '##include':
@@ -306,7 +306,7 @@ def _doPyp(infileName):
 
     # done
     return outStr
-    
+
 def include_processor(task):
     infileName = task.inputs[0].srcpath()
     outfileName = os.path.join(out, task.outputs[0].bldpath())
@@ -561,7 +561,7 @@ def build(bld):
 
     bld (
         rule   = include_processor,
-        source = 'ardour3_ui_light.rc.pre', 
+        source = 'ardour3_ui_light.rc.pre',
         target = 'ardour3_ui_light.rc'
         )
 
@@ -607,7 +607,7 @@ def build(bld):
     bld.install_files('${SYSCONFDIR}/ardour3', 'ardour3_ui_default.conf')
     # Generic widget style mappings
     bld.install_files('${SYSCONFDIR}/ardour3', 'ardour3_widgets.rc')
-    
+
     # Default export stuff
     bld.install_files('${SYSCONFDIR}/ardour3/export', 'export/*.format')
 
index 5b0a8782784a47f8e84d1458a8c17063b704c64f..dde92409e9d80505c52aa85746c7cb4b1e226880 100644 (file)
@@ -397,11 +397,11 @@ def build(bld):
         obj.source += [ 'vst_plugin.cc', 'session_vst.cc' ]
         obj.includes += [ '../fst' ]
         obj.defines += [ 'VST_SUPPORT' ]
-       
+
     if bld.env['LXVST_SUPPORT']:
         obj.source += [ 'lxvst_plugin.cc', 'session_lxvst.cc', 'vstfx.cc', 'vstfxwin.cc', 'vstfxinfofile.cc' ]
-        obj.defines += [ 'LXVST_SUPPORT' ]     
-       
+        obj.defines += [ 'LXVST_SUPPORT' ]
+
 
     if bld.env['COREAUDIO']:
         obj.source += [ 'coreaudiosource.cc', 'caimportable.cc' ]