提交 35389a90 编写于 作者: 阿福Chris's avatar 阿福Chris

replace tab to blank

上级 a4c6ba47
......@@ -69,7 +69,7 @@ char *my_readline(const char *prompt)
bool is_exit_command(const char *cmd) {
return 0 == strncasecmp("exit", cmd, 4) ||
0 == strncasecmp("bye", cmd, 3) ||
0 == strncasecmp("\\q", cmd, 2) ;
0 == strncasecmp("\\q", cmd, 2) ;
}
int init_unix_sock(const char *unix_sock_path)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册