fix code indent

This commit is contained in:
m2q1n9
2015-12-27 22:38:58 +08:00
parent b9ad559992
commit bcdfcde72f

View File

@@ -231,7 +231,7 @@ function COMMAND.debug(address, fd)
skynet.fork(function()
repeat
local cmdline = socket.readline(fd, "\n")
cmdline = cmdline and cmdline:gsub("(.*)\r$", "%1")
cmdline = cmdline and cmdline:gsub("(.*)\r$", "%1")
if not cmdline then
skynet.send(agent, "lua", "cmd", "cont")
break