Fix indent
This commit is contained in:
parent
29075efe79
commit
13cca09f72
@ -555,7 +555,7 @@ static DWORD CALLBACK uv_tty_line_read_thread(void* data) {
|
||||
NULL);
|
||||
|
||||
if (read_console_success) {
|
||||
assert(bytes > 0);
|
||||
assert(bytes > 0);
|
||||
read_bytes = bytes - 1;
|
||||
uv_utf16_to_wtf8(utf16,
|
||||
read_chars,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user