# HG changeset patch # User Waqas Hussain # Date 1318446677 -18000 # Node ID 7958680c459a139fc30c3277cb9d1631fad6184e # Parent d2a7a44d68c591637d6a6434c0c4d70db7f76dd9 net.server_select: Minor whitespace fix. diff -r d2a7a44d68c5 -r 7958680c459a net/server_select.lua --- a/net/server_select.lua Thu Oct 13 00:10:02 2011 +0500 +++ b/net/server_select.lua Thu Oct 13 00:11:17 2011 +0500 @@ -466,7 +466,7 @@ out_put( "server.lua: client ", tostring(ip), ":", tostring(clientport), " read error: ", tostring(err) ) fatalerror = true disconnect( handler, err ) - _ = handler and handler:close( ) + _ = handler and handler:close( ) return false end end