From c2faefc2e107d9d6037080918e3aa0746d3d5c06 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Wed, 7 Feb 2018 12:07:22 +0100 Subject: [PATCH] Fix indentation in macro example Signed-off-by: Christophe de Dinechin Acked-by: Frediano Ziglio --- 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 f16ca847..f5d13642 100644 --- a/docs/spice_style.txt +++ b/docs/spice_style.txt @@ -331,7 +331,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; \