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 /miscutils/less.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 'miscutils/less.c')
-rw-r--r-- | miscutils/less.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/less.c b/miscutils/less.c index f0187bf8a..5ce0a1203 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -709,9 +709,9 @@ static void print_found(const char *line) | |||
709 | /* buf[] holds quarantined version of str */ | 709 | /* buf[] holds quarantined version of str */ |
710 | 710 | ||
711 | /* Each part of the line that matches has the HIGHLIGHT | 711 | /* Each part of the line that matches has the HIGHLIGHT |
712 | and NORMAL escape sequences placed around it. | 712 | * and NORMAL escape sequences placed around it. |
713 | NB: we regex against line, but insert text | 713 | * NB: we regex against line, but insert text |
714 | from quarantined copy (buf[]) */ | 714 | * from quarantined copy (buf[]) */ |
715 | str = buf; | 715 | str = buf; |
716 | growline = NULL; | 716 | growline = NULL; |
717 | eflags = 0; | 717 | eflags = 0; |