diff options
author | Paul Warren <pdw@ex-parrot.com> | 2020-04-11 20:26:09 +0100 |
---|---|---|
committer | Paul Warren <pdw@ex-parrot.com> | 2020-04-11 20:26:09 +0100 |
commit | 8d76ef06d225c4d72db544b54ea1ef1a0e077967 (patch) | |
tree | b6170326e2679f1382bd8d3260545aca6cb71232 | |
parent | 77901c8c53e01359d83b8090aacfe62214658183 (diff) | |
download | iftop-8d76ef06d225c4d72db544b54ea1ef1a0e077967.zip |
Whitespace.master
-rw-r--r-- | ui.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -114,9 +114,9 @@ static int get_bar_length(const long rate) { if (rate > scale[rateidx].max) { wantbiggerrate = 1; if(! rateidx_init) { - while(rate > scale[rateidx_init++].max) { - } - rateidx = rateidx_init; + while(rate > scale[rateidx_init++].max) { + } + rateidx = rateidx_init; } } if(options.log_scale) { |