aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor_shape.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-11-01 15:39:49 +0100
committerGitHub <noreply@github.com>2022-11-01 07:39:49 -0700
commitb05d1943f063c382ea96b76d250877bc58297314 (patch)
treea5f4ccbbaa27981a0135f201565b360b8ac31405 /src/nvim/cursor_shape.c
parent582c044dbe2b2bc4c74212b5ed8660c20fa1fd99 (diff)
downloadrneovim-b05d1943f063c382ea96b76d250877bc58297314.tar.gz
rneovim-b05d1943f063c382ea96b76d250877bc58297314.tar.bz2
rneovim-b05d1943f063c382ea96b76d250877bc58297314.zip
build(lint): remove clint.py rules for braces #20880
Uncrustify is the source of truth where possible. Remove any redundant checks from clint.py. See also https://github.com/neovim/neovim/pull/18563
Diffstat (limited to 'src/nvim/cursor_shape.c')
-rw-r--r--src/nvim/cursor_shape.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/cursor_shape.c b/src/nvim/cursor_shape.c
index 6f4f17659a..68522bdaa0 100644
--- a/src/nvim/cursor_shape.c
+++ b/src/nvim/cursor_shape.c
@@ -19,8 +19,7 @@
#endif
/// Handling of cursor and mouse pointer shapes in various modes.
-cursorentry_T shape_table[SHAPE_IDX_COUNT] =
-{
+cursorentry_T shape_table[SHAPE_IDX_COUNT] = {
// Values are set by 'guicursor' and 'mouseshape'.
// Adjust the SHAPE_IDX_ defines when changing this!
{ "normal", 0, 0, 0, 700L, 400L, 250L, 0, 0, "n", SHAPE_CURSOR + SHAPE_MOUSE },