mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-13 18:47:44 +00:00
whitespace cleanup
This commit is contained in:
parent
16a0a2ed6d
commit
b8eaec001a
@ -594,12 +594,12 @@ static int write_char(int c) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
static void clear_line(void)
|
static void clear_line(void)
|
||||||
{
|
{
|
||||||
putchar('\r');
|
putchar('\r');
|
||||||
printf("\033[K");
|
printf("\033[K");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static void clear_line(void)
|
static void clear_line(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user