From: Andre Noll Date: Sun, 6 Aug 2017 14:20:55 +0000 (+0200) Subject: vss: Fix trivial whitespace issue. X-Git-Tag: v0.6.1~38 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=96c1602f28d5ef601bad10941cf079686fc67dfd;p=paraslash.git vss: Fix trivial whitespace issue. No need to wrap this line, it's short enough. --- diff --git a/vss.c b/vss.c index 4a1db40d..b73562f9 100644 --- a/vss.c +++ b/vss.c @@ -1032,8 +1032,7 @@ static void vss_send(struct vss_task *vsst) return; if (chk_barrier("eof", &vsst->eof_barrier, &due, 1) < 0) return; - if (chk_barrier("data send", &vsst->data_send_barrier, - &due, 1) < 0) + if (chk_barrier("data send", &vsst->data_send_barrier, &due, 1) < 0) return; list_for_each_entry_safe(fc, tmp_fc, &fec_client_list, node) { if (fc->state == FEC_STATE_DISABLED)