mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor: uncrustify
Notable changes: replace all infinite loops to `while(true)` and remove `int` from `unsigned int`.
This commit is contained in:
@@ -126,7 +126,7 @@ void do_debug(char *cmd)
|
||||
}
|
||||
|
||||
// Repeat getting a command and executing it.
|
||||
for (;;) {
|
||||
while (true) {
|
||||
msg_scroll = true;
|
||||
need_wait_return = false;
|
||||
|
||||
|
Reference in New Issue
Block a user