mirror of
https://github.com/neovim/neovim.git
synced 2026-07-08 18:39:37 +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