[Spice-commits] 3 commits - docs/spice_style.txt

Frediano Ziglio fziglio at kemper.freedesktop.org
Wed Feb 7 21:12:36 UTC 2018


 docs/spice_style.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit c2faefc2e107d9d6037080918e3aa0746d3d5c06
Author: Christophe de Dinechin <dinechin at redhat.com>
Date:   Wed Feb 7 12:07:22 2018 +0100

    Fix indentation in macro example
    
    Signed-off-by: Christophe de Dinechin <dinechin at redhat.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

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;             \
commit 9417d77bef4caf1760d31bbaa8d96db1a3b220bf
Author: Christophe de Dinechin <dinechin at redhat.com>
Date:   Wed Feb 7 12:07:19 2018 +0100

    Fix grammatical error
    
    Signed-off-by: Christophe de Dinechin <dinechin at redhat.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/docs/spice_style.txt b/docs/spice_style.txt
index c127f026..f16ca847 100644
--- a/docs/spice_style.txt
+++ b/docs/spice_style.txt
@@ -118,7 +118,8 @@ void function(int *n)
     ...
 }
 ----
-on
+over
+
 [source,c]
 ----
 void function(int *n)
commit c05c12f0ed64e15ce44dd33feb543bcc808c2d86
Author: Christophe de Dinechin <dinechin at redhat.com>
Date:   Wed Feb 7 12:07:14 2018 +0100

    Update copyright date
    
    Signed-off-by: Christophe de Dinechin <dinechin at redhat.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/docs/spice_style.txt b/docs/spice_style.txt
index eb0e30ef..c127f026 100644
--- a/docs/spice_style.txt
+++ b/docs/spice_style.txt
@@ -1,7 +1,7 @@
 Spice project coding style and coding conventions
 =================================================
 
-Copyright (C) 2009-2016 Red Hat, Inc.
+Copyright (C) 2009-2018 Red Hat, Inc.
 Licensed under a Creative Commons Attribution-Share Alike 3.0
 United States License (see http://creativecommons.org/licenses/by-sa/3.0/us/legalcode).
 


More information about the Spice-commits mailing list