diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-15 13:58:01 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-15 13:58:01 +0100 |
commit | 6830ade6aa91dad5afe6abf9d1e4f696f5641bf1 (patch) | |
tree | 0b7de8e0cbaa864f742901814f734549270e5ff9 /editors/vi.c | |
parent | 30a8652fbf16884490cee4a624f039a9ab587269 (diff) | |
download | busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.gz busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.bz2 busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.zip |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/vi.c b/editors/vi.c index b1776c668..5b5e2b0bf 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -1929,11 +1929,11 @@ static int find_range(char **start, char **stop, char c) | |||
1929 | dot_end(); // find NL | 1929 | dot_end(); // find NL |
1930 | q = dot; | 1930 | q = dot; |
1931 | } else { | 1931 | } else { |
1932 | // nothing -- this causes any other values of c to | 1932 | // nothing -- this causes any other values of c to |
1933 | // represent the one-character range under the | 1933 | // represent the one-character range under the |
1934 | // cursor. this is correct for ' ' and 'l', but | 1934 | // cursor. this is correct for ' ' and 'l', but |
1935 | // perhaps no others. | 1935 | // perhaps no others. |
1936 | // | 1936 | // |
1937 | } | 1937 | } |
1938 | if (q < p) { | 1938 | if (q < p) { |
1939 | t = q; | 1939 | t = q; |