[vlc-commits] lua, host: remove trailing spaces
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon May  9 15:50:48 CEST 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May  9 14:40:39 2011 +0200| [a1a2d587305fa99f9e6fcf4919a88ad82fa18486] | committer: Jean-Baptiste Kempf
lua, host: remove trailing spaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1a2d587305fa99f9e6fcf4919a88ad82fa18486
---
 share/lua/intf/modules/host.lua |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/share/lua/intf/modules/host.lua b/share/lua/intf/modules/host.lua
index 4c63485..9d42191 100644
--- a/share/lua/intf/modules/host.lua
+++ b/share/lua/intf/modules/host.lua
@@ -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
    
    
More information about the vlc-commits
mailing list