mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
vi: whitespace fix
This commit is contained in:
parent
cf4dd07b28
commit
1dfeeeb651
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue