[Spice-devel] [PATCH v2 10/13] Fix indentation in macro example

Frediano Ziglio fziglio at redhat.com
Wed Feb 7 12:11:53 UTC 2018


> 
> From: Christophe de Dinechin <dinechin at redhat.com>
> 
> Signed-off-by: Christophe de Dinechin <dinechin at redhat.com>
> ---
>  docs/spice_style.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/spice_style.txt b/docs/spice_style.txt
> index e35272ec..780f0615 100644
> --- a/docs/spice_style.txt
> +++ b/docs/spice_style.txt
> @@ -340,7 +340,7 @@ Multi line macro indentation
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  
>  [source,c]
> -#define MACRO_NAME(a, b, c) {        \
> +#define MACRO_NAME(a, b, c) {   \
>      int ab = a + c;             \
>      int ac = a + b;             \
>      int bc = b + c;             \

Acked-by: Frediano Ziglio <fziglio at redhat.com>

Frediano


More information about the Spice-devel mailing list