From e160809b5d748dfb48eef16134b26f8ec61f18e0 Mon Sep 17 00:00:00 2001 From: vda Date: Sun, 1 Apr 2007 09:39:03 +0000 Subject: Copyright, help text, whitespace cleanups git-svn-id: svn://busybox.net/trunk/busybox@18295 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- editors/vi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/vi.c') diff --git a/editors/vi.c b/editors/vi.c index c7582bfe0..5bce4272f 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -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); -- cgit v1.2.3-55-g6feb