From af9e40119de07d78bf8ed7f95d727627352f979d Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Jun 2014 19:21:11 +0200 Subject: build: remove some trailing whitespace --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') 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: -- cgit v1.2.3