aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-01 09:39:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-01 09:39:03 +0000
commitba2fb719b92034e745b59d2c3b5b05209ce45352 (patch)
tree811452c3e50482b9f4063de1121dd630c44dbf0e /editors
parent2856dab4770e521a87c18b04ae8ebc209a9b95f9 (diff)
downloadbusybox-ba2fb719b92034e745b59d2c3b5b05209ce45352.tar.gz
Copyright, help text, whitespace cleanups
Diffstat (limited to 'editors')
-rw-r--r--editors/vi.c2
1 files changed, 1 insertions, 1 deletions
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);