Re: [Spice-devel] [PATCH v2 11/13] Add mention of header guards

2018-02-14 Thread Christophe Fergeau
On Thu, Feb 08, 2018 at 03:58:46AM -0500, Frediano Ziglio wrote: > > + > > +[source,h] > > +--- > > +#ifndef MY_MODULE_H > > +#define MY_MODULE_H > > + > > +... > > + > > +#endif /* MY_MODULE_H */ > > +--- > > + > > Are we suggesting C style only comment or is clear the is not important? > (I'm

Re: [Spice-devel] [PATCH v2 11/13] Add mention of header guards

2018-02-08 Thread Frediano Ziglio
> > From: Christophe de Dinechin > > Signed-off-by: Christophe de Dinechin > --- > docs/spice_style.txt | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/docs/spice_style.txt b/docs/spice_style.txt > index 780f0615..e2465aa9

[Spice-devel] [PATCH v2 11/13] Add mention of header guards

2018-02-07 Thread Christophe de Dinechin
From: Christophe de Dinechin Signed-off-by: Christophe de Dinechin --- docs/spice_style.txt | 15 +++ 1 file changed, 15 insertions(+) diff --git a/docs/spice_style.txt b/docs/spice_style.txt index 780f0615..e2465aa9 100644 ---