mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
build: remove some trailing whitespace
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user