summaryrefslogtreecommitdiff
path: root/headless
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-11-29 17:52:42 +0100
committerRobin Gareus <robin@gareus.org>2015-11-29 17:54:31 +0100
commit73d1de3b75172115beb6a30edacb4861893d97fd (patch)
treea1b23d677fe85b238dc51c8e38c38e25e07695b0 /headless
parent0d250a0db8c58ca7559c8c1640bbdcf6e9c3a1bb (diff)
NOOP, remove trailing whitespace, replace tabs in python scripts
Diffstat (limited to 'headless')
-rw-r--r--headless/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/headless/wscript b/headless/wscript
index 85e27879be..31a111bc80 100644
--- a/headless/wscript
+++ b/headless/wscript
@@ -32,7 +32,7 @@ def build(bld):
VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw':
return
-
+
# just the normal executable version of the GTK GUI
obj = bld (features = 'cxx c cxxprogram')
# this program does not do the whole hidden symbols thing