diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-08-08 15:49:18 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-08-08 15:49:18 +0100 |
commit | 113d9dec9958debbae2b611c98aed2f6f23c8502 (patch) | |
tree | 2754a33490ebac3606c606496c8c8de8f3e3613d /src/textformat.c | |
parent | 48c3f4e0bff7efd289a7001b68c777b6f89a7057 (diff) | |
download | vim-git-113d9dec9958debbae2b611c98aed2f6f23c8502.tar.gz |
patch 9.0.0170: various minor code formatting issuesv9.0.0170
Problem: Various minor code formatting issues.
Solution: Improve code formatting.
Diffstat (limited to 'src/textformat.c')
-rw-r--r-- | src/textformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textformat.c b/src/textformat.c index f34c99848..eee68f502 100644 --- a/src/textformat.c +++ b/src/textformat.c @@ -1189,7 +1189,7 @@ format_lines( { (void)del_bytes(indent, FALSE, FALSE); mark_col_adjust(curwin->w_cursor.lnum, - (colnr_T)0, 0L, (long)-indent, 0); + (colnr_T)0, 0L, (long)-indent, 0); } } curwin->w_cursor.lnum--; |