]> git.sesse.net Git - vlc/commitdiff
lua, host: remove trailing spaces
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 9 May 2011 12:40:39 +0000 (14:40 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 9 May 2011 12:40:39 +0000 (14:40 +0200)
share/lua/intf/modules/host.lua

index 4c6348578f46a7682cd9304e2fa71b9edf7d116b..9d421918bfefcdd3930a02e3e2a4d7ad2b21e02d 100644 (file)
@@ -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