build: update uncrustify to 0.76

This commit is contained in:
Lewis Russell
2023-04-19 17:04:00 +01:00
committed by GitHub
parent 3940c435e4
commit 706f871014
13 changed files with 196 additions and 87 deletions

View File

@@ -302,7 +302,8 @@ void init_chartabsize_arg(chartabsize_T *cts, win_T *wp, linenr_T lnum FUNC_ATTR
/// Free any allocated item in "cts".
void clear_chartabsize_arg(chartabsize_T *cts)
{}
{
}
/// like win_chartabsize(), but also check for line breaks on the screen
///