From 113d9dec9958debbae2b611c98aed2f6f23c8502 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 8 Aug 2022 15:49:18 +0100 Subject: patch 9.0.0170: various minor code formatting issues Problem: Various minor code formatting issues. Solution: Improve code formatting. --- src/textformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textformat.c') 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--; -- cgit v1.2.1