forked from Mirrors/freeswitch
whitespace cleanup
This commit is contained in:
parent
16a0a2ed6d
commit
b8eaec001a
@ -594,12 +594,12 @@ static int write_char(int c) {
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
static void clear_line(void)
|
||||
{
|
||||
putchar('\r');
|
||||
printf("\033[K");
|
||||
fflush(stdout);
|
||||
return;
|
||||
static void clear_line(void)
|
||||
{
|
||||
putchar('\r');
|
||||
printf("\033[K");
|
||||
fflush(stdout);
|
||||
return;
|
||||
}
|
||||
#else
|
||||
static void clear_line(void)
|
||||
|
Loading…
Reference in New Issue
Block a user