random style fixes (extra spaces deleted)
diff --git a/editors/vi.c b/editors/vi.c
index 8533032..c7582bf 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -3393,7 +3393,7 @@
 					editing = 0;
 				}
 			}
-		} else if (strncasecmp(p, "file", cnt) == 0 ) {
+		} else if (strncasecmp(p, "file", cnt) == 0) {
 			last_status_cksum = 0;	// force status update
 		} else if (sscanf(p, "%d", &j) > 0) {
 			dot = find_line(j);		// go to line # j