]> git.tuebingen.mpg.de Git - paraslash.git/commit
vss: Reduce indentation level in vss_send().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 6 Aug 2017 14:26:14 +0000 (16:26 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 22 Sep 2017 14:38:50 +0000 (16:38 +0200)
commit178fcf6a776ac60eaa55174c883f1c6735204670
tree48be1d0b8df79bd524621dbd8891106e926fe933
parent21859dc53e11f56e76a5db0f105ee65a20d09ab9
vss: Reduce indentation level in vss_send().

If the current chunk is not due yet, we return from the function.
Reversing the logic of the test allows to reduce indentation by
one level. No semantic change.
vss.c