bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] md5: accepts a new --threads option


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 };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]