]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: ostream-multiplex - Fix code format issue
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 10 Jul 2019 08:16:03 +0000 (11:16 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 11 Jul 2019 07:37:18 +0000 (10:37 +0300)
src/lib/ostream-multiplex.c

index 715c6a61b9a980bce86ab3aa5582eb87f5c13993..a4bdc398f70c02e0cd6cf7b74a147a98502e0d7d 100644 (file)
@@ -108,7 +108,7 @@ o_stream_multiplex_ochannel_sendv(struct ostream_private *stream,
        if (channel->mstream->bufsize <= channel->buf->used)
                return -2;
 
-       for(unsigned int i=0; i < iov_count; i++) {
+       for (unsigned int i = 0; i < iov_count; i++) {
                /* copy data to buffer */
                size_t tmp = channel->mstream->bufsize - channel->buf->used;
                if (tmp == 0)