|
| From: | Jim Meyering |
| Subject: | Re: [PATCH] md5: accepts a new --threads option |
| Date: | Fri, 23 Oct 2009 18:02:45 +0200 |
Pádraig Brady wrote:
...
> diff --git a/lib/copy-file.c b/lib/copy-file.c
...
> +enum { IO_SIZE = 32*1024 };
One more nit. Officially, we prefer to put a space on each side of every
binary operator:
enum { IO_SIZE = 32 * 1024 };
| [Prev in Thread] | Current Thread | [Next in Thread] |