svn commit: trunk/busybox/editors
vda at busybox.net
vda at busybox.net
Sat Oct 18 19:04:38 UTC 2008
Author: vda
Date: 2008-10-18 12:04:37 -0700 (Sat, 18 Oct 2008)
New Revision: 23712
Log:
vi: whitespace fix
Modified:
trunk/busybox/editors/vi.c
Changeset:
Modified: trunk/busybox/editors/vi.c
===================================================================
--- trunk/busybox/editors/vi.c 2008-10-18 13:00:58 UTC (rev 23711)
+++ trunk/busybox/editors/vi.c 2008-10-18 19:04:37 UTC (rev 23712)
@@ -214,9 +214,9 @@
// 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
More information about the busybox-cvs
mailing list