diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /miscutils/less.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
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 d737e4cba..500059d2a 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * redirected input has been read from stdin | 21 | * redirected input has been read from stdin |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <sched.h> /* sched_yield() */ | 24 | #include <sched.h> /* sched_yield() */ |
25 | 25 | ||
26 | #include "libbb.h" | 26 | #include "libbb.h" |
27 | #if ENABLE_FEATURE_LESS_REGEXP | 27 | #if ENABLE_FEATURE_LESS_REGEXP |
@@ -477,7 +477,7 @@ static void m_status_print(void) | |||
477 | { | 477 | { |
478 | int percentage; | 478 | int percentage; |
479 | 479 | ||
480 | if (less_gets_pos >= 0) /* don't touch statusline while input is done! */ | 480 | if (less_gets_pos >= 0) /* don't touch statusline while input is done! */ |
481 | return; | 481 | return; |
482 | 482 | ||
483 | clear_line(); | 483 | clear_line(); |
@@ -503,7 +503,7 @@ static void status_print(void) | |||
503 | { | 503 | { |
504 | const char *p; | 504 | const char *p; |
505 | 505 | ||
506 | if (less_gets_pos >= 0) /* don't touch statusline while input is done! */ | 506 | if (less_gets_pos >= 0) /* don't touch statusline while input is done! */ |
507 | return; | 507 | return; |
508 | 508 | ||
509 | /* Change the status if flags have been set */ | 509 | /* Change the status if flags have been set */ |