forked from premiere/premiere-libtorrent
formatting fix
This commit is contained in:
parent
c1d9198dc3
commit
3eba18dcd5
|
@ -1467,8 +1467,8 @@ int main(int argc, char* argv[])
|
||||||
#ifdef ANSI_TERMINAL_COLORS
|
#ifdef ANSI_TERMINAL_COLORS
|
||||||
out += esc("0");
|
out += esc("0");
|
||||||
#endif
|
#endif
|
||||||
char const* piece_state[4] = {"", "slow", "medium", "fast"};
|
char const* piece_state[4] = {"", " slow", " medium", " fast"};
|
||||||
snprintf(str, sizeof(str), "] %s", piece_state[i->piece_state]);
|
snprintf(str, sizeof(str), "]%s", piece_state[i->piece_state]);
|
||||||
out += str;
|
out += str;
|
||||||
if (cp)
|
if (cp)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue