mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
fixup: remove trailing space
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user