mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00
Merge pull request #17663 from dundargoc/refactor/uncrustify
refactor: apply uncrustify
This commit is contained in:
@@ -87,10 +87,10 @@ EXTERN DecorState decor_state INIT(= { 0 });
|
||||
static inline bool decor_has_sign(Decoration *decor)
|
||||
{
|
||||
return decor->sign_text
|
||||
|| decor->sign_hl_id
|
||||
|| decor->number_hl_id
|
||||
|| decor->line_hl_id
|
||||
|| decor->cursorline_hl_id;
|
||||
|| decor->sign_hl_id
|
||||
|| decor->number_hl_id
|
||||
|| decor->line_hl_id
|
||||
|| decor->cursorline_hl_id;
|
||||
}
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user