Commit a1a2d587 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

lua, host: remove trailing spaces

parent 1d9c69bb
......@@ -133,7 +133,7 @@ function host()
end
vlc.msg.err("couldn't find client to remove.")
end
local function switch_status( client, s )
if client.status == s then return end
client.status = s
......@@ -204,7 +204,6 @@ function host()
end
local function _listen_stdio( h )
if listeners.stdio then
error("Already listening on stdio")
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment