aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-03 19:56:34 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-03 19:56:34 +0000
commitb9e10ce275d2cc9605b842ed7e14f0dd1d98a7d2 (patch)
treebeabb5991332e0e2af56b4cb885a8fd6fc7daae2 /editors/vi.c
parente7fae8be11d16323ac3d3baf954eacacbc43fab5 (diff)
downloadbusybox-w32-b9e10ce275d2cc9605b842ed7e14f0dd1d98a7d2.tar.gz
busybox-w32-b9e10ce275d2cc9605b842ed7e14f0dd1d98a7d2.tar.bz2
busybox-w32-b9e10ce275d2cc9605b842ed7e14f0dd1d98a7d2.zip
lots of silly indent fixes
git-svn-id: svn://busybox.net/trunk/busybox@16302 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 8ff118ffb..fa30cf29c 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -3501,8 +3501,8 @@ key_cmd_mode:
3501 if (file_modified) { 3501 if (file_modified) {
3502#ifdef CONFIG_FEATURE_VI_READONLY 3502#ifdef CONFIG_FEATURE_VI_READONLY
3503 if (vi_readonly || readonly) { 3503 if (vi_readonly || readonly) {
3504 psbs("\"%s\" File is read only", cfn); 3504 psbs("\"%s\" File is read only", cfn);
3505 break; 3505 break;
3506 } 3506 }
3507#endif /* CONFIG_FEATURE_VI_READONLY */ 3507#endif /* CONFIG_FEATURE_VI_READONLY */
3508 cnt = file_write(cfn, text, end - 1); 3508 cnt = file_write(cfn, text, end - 1);