From c693840fe81e59a308e0c6e3d2bafae728d1caff Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 24 Mar 2008 02:18:03 +0000 Subject: *: whitespace fixes, no code changes --- editors/vi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/vi.c') 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; } } -- cgit v1.2.3