diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2023-04-19 17:04:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 17:04:00 +0100 |
| commit | 706f871014b46300180156590ff269ee38473989 (patch) | |
| tree | 4c30cbf8470f2a4cecb2d1e1f44e223281f6b1f9 /src/nvim/tui | |
| parent | 3940c435e4058f75b8ecbfc9f9c3b2a2c4b64f37 (diff) | |
| download | rneovim-706f871014b46300180156590ff269ee38473989.tar.gz rneovim-706f871014b46300180156590ff269ee38473989.tar.bz2 rneovim-706f871014b46300180156590ff269ee38473989.zip | |
build: update uncrustify to 0.76
Diffstat (limited to 'src/nvim/tui')
| -rw-r--r-- | src/nvim/tui/tui.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c index df7c87ad60..eecaa8c55a 100644 --- a/src/nvim/tui/tui.c +++ b/src/nvim/tui/tui.c @@ -1369,7 +1369,8 @@ void tui_set_title(TUIData *tui, String title) } void tui_set_icon(TUIData *tui, String icon) -{} +{ +} void tui_screenshot(TUIData *tui, String path) { |