build: remove some trailing whitespace

This commit is contained in:
wm4 2014-06-20 19:21:11 +02:00
parent 745889c68c
commit af9e40119d
1 changed files with 1 additions and 1 deletions

View File

@ -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: