qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 03/19] linux-user: Fix stray tab-indent


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH v2 03/19] linux-user: Fix stray tab-indent
Date: Mon, 6 Jun 2016 23:43:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0


Le 27/05/2016 à 16:51, Peter Maydell a écrit :
> Fix a stray tab-indented linux in linux-user/signal.c.
> 
> Signed-off-by: Peter Maydell <address@hidden>

Reviewed-by: Laurent Vivier <address@hidden>

> ---
>  linux-user/signal.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/linux-user/signal.c b/linux-user/signal.c
> index 5f98c71..5069c3f 100644
> --- a/linux-user/signal.c
> +++ b/linux-user/signal.c
> @@ -5847,8 +5847,9 @@ static void handle_pending_signal(CPUArchState 
> *cpu_env, int sig)
>          else
>              setup_frame(sig, sa, &target_old_set, cpu_env);
>  #endif
> -     if (sa->sa_flags & TARGET_SA_RESETHAND)
> +        if (sa->sa_flags & TARGET_SA_RESETHAND) {
>              sa->_sa_handler = TARGET_SIG_DFL;
> +        }
>      }
>      if (q != &k->info)
>          free_sigqueue(cpu_env, q);
> 



reply via email to

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