This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Add more spaces before '('
- From: "Gabriel F. T. Gomes" <gabriel at inconstante dot eti dot br>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Wed, 27 Feb 2019 23:28:06 -0300
- Subject: Re: Add more spaces before '('
- References: <alpine.DEB.2.21.1902280015590.13118@digraph.polyomino.org.uk>
On Thu, Feb 28 2019, Joseph Myers wrote:
> This patch fixes more places where a space should have been present
> before '(' in accordance with the GNU Coding Standards (as with the
> previous patch, mainly for calls to sizeof).
>
> Tested with build-many-glibcs.py.
>
> 2019-02-28 Joseph Myers <joseph@codesourcery.com>
>
> * sysdeps/powerpc/powerpc32/dl-machine.c
> (__elf_machine_fixup_plt): Use space before '('.
> (__process_machine_rela): Likewise.
> * sysdeps/powerpc/powerpc32/register-dump.h (register_dump):
> Likewise.
> * sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h (TI_BITS):
> Likewise.
> * sysdeps/powerpc/powerpc64/register-dump.h (register_dump):
> Likewise.
> * sysdeps/powerpc/test-arith.c (union_t): Likewise.
> (pattern): Likewise.
> (delta): Likewise.
> (check_result): Likewise.
> (check_excepts): Likewise.
> (check_op): Likewise.
> (fail_xr): Likewise.
> * sysdeps/unix/alpha/sysdep.h (syscall_promote): Likewise.
> * sysdeps/unix/sysv/linux/alpha/a.out.h (AOUTHSZ): Likewise.
> (SCNHSZ): Likewise.
> * sysdeps/unix/sysv/linux/hppa/makecontext.c (FRAME_SIZE_BYTES):
> Likewise.
> (ARGS): Likewise.
> (__makecontext): Likewise.
> * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t):
> Likewise.
Looks good to me.