Browse Source

formatting

Oswald Buddenhagen 15 years ago
parent
commit
72fd2aafb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drv_imap.c

+ 1 - 1
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;