qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] coverity-model: Fix indentation messed up in co


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH] coverity-model: Fix indentation messed up in commit 04a0afe5285
Date: Fri, 15 Jun 2018 00:05:26 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 06/14/2018 10:22 AM, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <address@hidden>

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

> ---
>  scripts/coverity-model.c | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/scripts/coverity-model.c b/scripts/coverity-model.c
> index 48b112393b..2ec753db05 100644
> --- a/scripts/coverity-model.c
> +++ b/scripts/coverity-model.c
> @@ -106,12 +106,12 @@ static int get_keysym(const name2keysym_t *table,
>  /* Replay data is considered trusted.  */
>  uint8_t replay_get_byte(void)
>  {
> -     uint8_t byte = 0;
> -     if (replay_file) {
> -         uint8_t c;
> -         byte = c;
> -     }
> -     return byte;
> +    uint8_t byte = 0;
> +    if (replay_file) {
> +        uint8_t c;
> +        byte = c;
> +    }
> +    return byte;
>  }
>  
>  
> 



reply via email to

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