aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 10:35:17 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 10:35:17 +0000
commit6a2f7f41cf7c544d6abce958f89c873b24f79b18 (patch)
tree6155700deea3477ee366aec5360909261ed53cd6 /editors/vi.c
parent033e592cbc96c150c67ac9be7df65e314be5c8f8 (diff)
downloadbusybox-w32-6a2f7f41cf7c544d6abce958f89c873b24f79b18.tar.gz
busybox-w32-6a2f7f41cf7c544d6abce958f89c873b24f79b18.tar.bz2
busybox-w32-6a2f7f41cf7c544d6abce958f89c873b24f79b18.zip
whitespace fixes, no code changes
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 74566499c..461cf9889 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -136,9 +136,9 @@ static char last_forward_char; // last char searched for with 'f'
136#if ENABLE_FEATURE_VI_READONLY 136#if ENABLE_FEATURE_VI_READONLY
137//static smallint vi_readonly, readonly; 137//static smallint vi_readonly, readonly;
138static smallint readonly_mode = 0; 138static smallint readonly_mode = 0;
139#define SET_READONLY_FILE(flags) ((flags) |= 0x01) 139#define SET_READONLY_FILE(flags) ((flags) |= 0x01)
140#define SET_READONLY_MODE(flags) ((flags) |= 0x02) 140#define SET_READONLY_MODE(flags) ((flags) |= 0x02)
141#define UNSET_READONLY_FILE(flags) ((flags) &= 0xfe) 141#define UNSET_READONLY_FILE(flags) ((flags) &= 0xfe)
142#else 142#else
143#define readonly_mode 0 143#define readonly_mode 0
144#define SET_READONLY_FILE(flags) 144#define SET_READONLY_FILE(flags)