mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
fs_cli: style (FS-3815)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user