mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
Refactor/uncrustify (#15790)
* refactor: format with uncrustify * fixup(dundar): fix functions comments * fixup(dundar): remove space between variable and ++/-- * fixup(dundar): better workaround for macro attributes This is done to be able to better use uncrustify rules for macros * fixup(justin): make preprocessors follow neovim style guide
This commit is contained in:
@@ -874,7 +874,7 @@ void preserve_exit(void)
|
||||
*/
|
||||
|
||||
#ifndef BREAKCHECK_SKIP
|
||||
# define BREAKCHECK_SKIP 1000
|
||||
# define BREAKCHECK_SKIP 1000
|
||||
#endif
|
||||
|
||||
static int breakcheck_count = 0;
|
||||
|
Reference in New Issue
Block a user