On 03/01/2016 08:26 PM, Masanari Iida wrote: > This patch add missing space after "case". > > Signed-off-by: Masanari Iida <[email protected]> > --- > 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
signature.asc
Description: OpenPGP digital signature
