bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix missing space in test-c-ctype.c


From: Eric Blake
Subject: Re: [PATCH] Fix missing space in test-c-ctype.c
Date: Tue, 1 Mar 2016 22:22:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 03/01/2016 08:26 PM, Masanari Iida wrote:
> This patch add missing space after "case".
> 
> Signed-off-by: Masanari Iida <address@hidden>
> ---
>  tests/test-c-ctype.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/test-c-ctype.c b/tests/test-c-ctype.c
> index 184cdec..688104b 100644
> --- a/tests/test-c-ctype.c
> +++ b/tests/test-c-ctype.c
> @@ -159,7 +159,7 @@ test_all (void)
>          case '!': case '"': case '#': case '$': case '%': case '&': case 
> '\'':
>          case '(': case ')': case '*': case '+': case ',': case '-': case '.':
>          case '/': case ':': case ';': case '<': case '=': case '>': case '?':
> -        case '@': case '[': case'\\': case ']': case '^': case '_': case '`':
> +        case '@': case '[': case '\\': case ']': case '^': case '_': case 
> '`':

The patch is cosmetic only; in fact, it could be argued that the old
layout was correct because it kept more ':' aligned.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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