aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-18 19:04:37 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-18 19:04:37 +0000
commit1dfeeeb65137fe9af27faaf844ba98e1b3bc9c12 (patch)
tree31f865997cbec82057dd65fc17dffeec26a43107 /editors/vi.c
parentcf4dd07b28fc590f12543d68dacfcb80616223dc (diff)
downloadbusybox-1dfeeeb65137fe9af27faaf844ba98e1b3bc9c12.tar.gz
vi: whitespace fix
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 7b213dfb3..acbede359 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -214,9 +214,9 @@ struct globals {
// Should be just enough to hold a key sequence,
// but CRASHME mode uses it as generated command buffer too
#if ENABLE_FEATURE_VI_CRASHME
- char readbuffer[128];
+ char readbuffer[128];
#else
- char readbuffer[8];
+ char readbuffer[8];
#endif
#define STATUS_BUFFER_LEN 200
char status_buffer[STATUS_BUFFER_LEN]; // messages to the user