mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
build: remove some trailing whitespace
This commit is contained in:
parent
745889c68c
commit
af9e40119d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user