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/change.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/change.c') diff --git a/src/change.c b/src/change.c index 66f34c00c5..a9a9e731f1 100644 --- a/src/change.c +++ b/src/change.c @@ -1298,7 +1298,7 @@ del_bytes( // fixpos is TRUE, we don't want to end up positioned at the NUL, // unless "restart_edit" is set or 'virtualedit' contains "onemore". if (col > 0 && fixpos && restart_edit == 0 - && (get_ve_flags() & VE_ONEMORE) == 0) + && (get_ve_flags() & VE_ONEMORE) == 0) { --curwin->w_cursor.col; curwin->w_cursor.coladd = 0; -- cgit v1.2.3