[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [SPAM] [PATCH 2/2] avoid TABs in files that only contain
From: |
Greg Kurz |
Subject: |
Re: [Qemu-ppc] [SPAM] [PATCH 2/2] avoid TABs in files that only contain a few |
Date: |
Fri, 14 Dec 2018 11:54:35 +0100 |
On Thu, 13 Dec 2018 23:37:37 +0100
Paolo Bonzini <address@hidden> wrote:
> Most files that have TABs only contain a handful of them. Change
> them to spaces so that we don't confuse people.
>
> disas, standard-headers, linux-headers and libdecnumber are imported
> from other projects and probably should be exempted from the check.
> Outside those, after this patch the following files still contain both
> 8-space and TAB sequences at the beginning of the line. Many of them
> have a majority of TABs, or were initially committed with all tabs.
>
> [...]
>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
This a lot of places to review... FWIW stgit spotted a trailing
whitespace for free :)
>
> diff --git a/target/cris/helper.c b/target/cris/helper.c
> index d2ec349191..754fa00d06 100644
> --- a/target/cris/helper.c
> +++ b/target/cris/helper.c
> @@ -240,7 +240,7 @@ void cris_cpu_do_interrupt(CPUState *cs)
> /* Exception starts with dslot cleared. */
> env->dslot = 0;
> }
> -
> +
- [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Paolo Bonzini, 2018/12/13
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Richard Henderson, 2018/12/13
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, David Gibson, 2018/12/13
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Michael S. Tsirkin, 2018/12/13
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Daniel P . Berrangé, 2018/12/14
- Re: [Qemu-ppc] [SPAM] [PATCH 2/2] avoid TABs in files that only contain a few,
Greg Kurz <=
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Peter Maydell, 2018/12/14
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Alex Bennée, 2018/12/14
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Stefan Hajnoczi, 2018/12/14
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Michael S. Tsirkin, 2018/12/14
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/2] avoid TABs in files that only contain a few, Aleksandar Markovic, 2018/12/14
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Eric Blake, 2018/12/14
- Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few, Stefan Markovic, 2018/12/17