aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-10-02 16:59:41 +0200
committerGitHub <noreply@github.com>2021-10-02 07:59:41 -0700
commit9c268263b1792d00b3ffdfd7495af2575862656e (patch)
tree39153ef6da8b4f464c1a14602d04d99579bbd33f /src/nvim/screen.c
parent898f91f0f3cedb224cde1c5b6840abea3e767892 (diff)
downloadrneovim-9c268263b1792d00b3ffdfd7495af2575862656e.tar.gz
rneovim-9c268263b1792d00b3ffdfd7495af2575862656e.tar.bz2
rneovim-9c268263b1792d00b3ffdfd7495af2575862656e.zip
refactor: format with uncrustify #15842
* refactor: format with uncrustify * refactor: convert function comments to doxygen
Diffstat (limited to 'src/nvim/screen.c')
-rw-r--r--src/nvim/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c
index 98d8722ec8..fcd8fb1118 100644
--- a/src/nvim/screen.c
+++ b/src/nvim/screen.c
@@ -4545,8 +4545,8 @@ void draw_virt_text(buf_T *buf, int col_off, int *end_col, int max_col)
}
}
-static int draw_virt_text_item(buf_T *buf, int col, VirtText vt, HlMode hl_mode,
- int max_col, int vcol)
+static int draw_virt_text_item(buf_T *buf, int col, VirtText vt, HlMode hl_mode, int max_col,
+ int vcol)
{
LineState s = LINE_STATE("");
int virt_attr = 0;