patch 8.2.4928: various white space and cosmetic mistakes
Problem: Various white space and cosmetic mistakes.
Solution: Change spaces to tabs, improve comments.
diff --git a/src/misc2.c b/src/misc2.c
index a224631..7840ea9 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -647,7 +647,7 @@
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;