summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-20 19:21:11 +0200
committerwm4 <wm4@nowhere>2014-06-20 19:21:11 +0200
commitaf9e40119de07d78bf8ed7f95d727627352f979d (patch)
tree906e3f697b57c59c46fad5b486b946df3b2b70cf /wscript_build.py
parent745889c68c4746dc7d34746938d8bd3c73d3ac73 (diff)
downloadmpv-af9e40119de07d78bf8ed7f95d727627352f979d.tar.bz2
mpv-af9e40119de07d78bf8ed7f95d727627352f979d.tar.xz
build: remove some trailing whitespace
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index e2d7c9e894..33e68589a5 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -451,7 +451,7 @@ def build(ctx):
libversion = (str(vnum >> 24) + '.' +
str((vnum >> 16) & 0xff) + '.' +
str(vnum & 0xffff))
-
+
def _build_libmpv(shared):
features = "c "
if shared: