[Spice-devel] [PATCH v2 10/13] Fix indentation in macro example
Christophe de Dinechin
christophe at dinechin.org
Wed Feb 7 11:07:22 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; \
--
2.13.5 (Apple Git-94)
More information about the Spice-devel
mailing list