mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
refactor: remove redundant casts
This commit is contained in:
@@ -448,7 +448,7 @@ static linenr_T buf_change_sign_type(buf_T *buf, int markId, const char *group,
|
||||
}
|
||||
}
|
||||
|
||||
return (linenr_T)0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// Return the sign attrs which has the attribute specified by 'type'. Returns
|
||||
|
Reference in New Issue
Block a user