aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-24 02:18:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-24 02:18:03 +0000
commitc693840fe81e59a308e0c6e3d2bafae728d1caff (patch)
tree10924edda7796e5242e460364c2f3587f2841c0f /editors/vi.c
parent42cc304e9084843ad6b153afaf4b3f6c6528c364 (diff)
downloadbusybox-c693840fe81e59a308e0c6e3d2bafae728d1caff.tar.gz
*: whitespace fixes, no code changes
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 65fb0265e..454cfcee4 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -419,7 +419,7 @@ int vi_main(int argc, char **argv)
/* fall through */
default:
- bb_show_usage();
+ bb_show_usage();
return 1;
}
}