From 72fd2aafb7bd57089769b1b215daba1998d8ad2a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 5 Apr 2010 13:08:23 +0200 Subject: [PATCH] formatting --- src/drv_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv_imap.c b/src/drv_imap.c index 0dc3be7..f417385 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -696,7 +696,7 @@ parse_imap_list_l( imap_store_t *ctx, char **sp, list_t **curp, int level ) /* now read the rest of the message */ while (bytes > 0) { - if ((n = socket_read (&ctx->buf.sock, s, bytes)) <= 0) + if ((n = socket_read( &ctx->buf.sock, s, bytes )) <= 0) goto bail; s += n; bytes -= n;