mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56: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:
@@ -782,7 +782,7 @@ void free_all_mem(void)
|
||||
first_tabpage = NULL;
|
||||
|
||||
// message history
|
||||
for (;;) {
|
||||
while (true) {
|
||||
if (delete_first_msg() == FAIL) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user