updated for version 7.4.295
Problem:    Various typos, bad white space and unclear comments.
Solution:   Fix typos.  Improve white space. Update comments.
diff --git a/src/screen.c b/src/screen.c
index f802137..cdb416d 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -2456,8 +2456,8 @@
 	if (len > 0)
 	{
 	    int	    w = number_width(wp);
-	    long num;
-	    char *fmt = "%*ld ";
+	    long    num;
+	    char    *fmt = "%*ld ";
 
 	    if (len > w + 1)
 		len = w + 1;