- use bb_error_msg
[oweals/busybox.git] / editors / vi.c
index 8533032496e514a3c12ddb86867628f2f9776a70..5bce4272f419b36527bec00af0ff681277ba288b 100644 (file)
@@ -976,7 +976,7 @@ static void colon(char * buf)
                }
 #if ENABLE_FEATURE_VI_SETOPTS
                argp = args;
-               while (*argp) { 
+               while (*argp) {
                        if (strncasecmp(argp, "no", 2) == 0)
                                i = 2;          // ":set noautoindent"
                        setops(argp, "autoindent ", i, "ai", VI_AUTOINDENT);
@@ -3393,7 +3393,7 @@ static void do_cmd(char c)
                                        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