- use bb_error_msg
[oweals/busybox.git] / editors / vi.c
index c7582bfe0b69e37b611f58a3a5cd7275d3b29339..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);