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; \