提交 f4968d0e authored 作者: Travis Cross's avatar Travis Cross

fs_cli: style (FS-3815)

上级 956514d1
...@@ -614,8 +614,7 @@ static void clear_line(void) ...@@ -614,8 +614,7 @@ static void clear_line(void)
static void redisplay(void) static void redisplay(void)
{ {
#ifdef WIN32 #ifndef WIN32
#else
const LineInfo *lf = el_line(el); const LineInfo *lf = el_line(el);
const char *c = lf->buffer; const char *c = lf->buffer;
if (!(write_str(prompt_str))) goto done; if (!(write_str(prompt_str))) goto done;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论