Re: [PATCH] configure: whitespace cleanup

2021-10-10 Thread David Bremner
Tomi Ollila  writes:

> On Sat, Oct 09 2021, David Bremner wrote:
>
>> In order to make it easier to keep the whitespace consistent in the
>> configure script, use the same style defined in devel/STYLE for
>> C/C++.
>>
>>   Specifically, a line should begin with zero or more tabs followed
>>   by fewer than eight spaces.
>>
>> Presumably this will be no more difficult for people editing configure
>> than for people editing the C and C++ code.
>
> LGTM. 
>
> Tomi
>

Applied to master.
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org


Re: [PATCH] configure: whitespace cleanup

2021-10-10 Thread Tomi Ollila
On Sat, Oct 09 2021, David Bremner wrote:

> In order to make it easier to keep the whitespace consistent in the
> configure script, use the same style defined in devel/STYLE for
> C/C++.
>
>   Specifically, a line should begin with zero or more tabs followed
>   by fewer than eight spaces.
>
> Presumably this will be no more difficult for people editing configure
> than for people editing the C and C++ code.

LGTM. 

Tomi


> ---
>  configure | 136 +++---
>  1 file changed, 68 insertions(+), 68 deletions(-)
>
> diff --git a/configure b/configure
> index e2d40d11..6c3a38f1 100755
> --- a/configure
> +++ b/configure
> @@ -496,16 +496,16 @@ int main () {
>  }
>  EOF
>  if ! TEMP_GPG=$(mktemp -d "${TMPDIR:-/tmp}/notmuch.XX"); then
> -printf 'No.\nCould not make tempdir for testing session-key 
> support.\n'
> -errors=$((errors + 1))
> + printf 'No.\nCould not make tempdir for testing session-key support.\n'
> + errors=$((errors + 1))
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org