From 6ed545e79735f23ff8e650bc2f0967e5a0baedc9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 9 May 2022 20:09:23 +0100 Subject: patch 8.2.4928: various white space and cosmetic mistakes Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments. --- src/misc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc2.c') diff --git a/src/misc2.c b/src/misc2.c index a22463110..7840ea98f 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -647,7 +647,7 @@ leftcol_changed(void) long lastcol; colnr_T s, e; int retval = FALSE; - long siso = get_sidescrolloff_value(); + long siso = get_sidescrolloff_value(); changed_cline_bef_curs(); lastcol = curwin->w_leftcol + curwin->w_width - curwin_col_off() - 1; -- cgit v1.2.1