fixup: remove trailing space

This commit is contained in:
zeertzjq
2023-04-25 14:05:57 +08:00
committed by GitHub
parent a7578a873c
commit 4bc50de152

View File

@@ -65,7 +65,7 @@ uint64_t ui_client_start_server(int argc, char **argv)
#ifdef MSWIN
os_open_conin_fd();
#else
dup(stderr_isatty ? STDERR_FILENO : STDOUT_FILENO);
dup(stderr_isatty ? STDERR_FILENO : STDOUT_FILENO);
#endif
}