Re: [libvirt] [PATCH] docs: Fix missing curly braces

2014-12-10 Thread Ján Tomko
On 12/10/2014 08:25 AM, Hao Liu wrote: > Signed-off-by: Hao Liu > --- > HACKING | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > This file is generated from docs/hacking.html.in. You should edit that one instead, regenerate HACKING and include both in the patch. Jan > diff --git a/

[libvirt] [PATCH] docs: Fix missing curly braces

2014-12-09 Thread Hao Liu
Signed-off-by: Hao Liu --- HACKING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 884e78c..94d9d2c 100644 --- a/HACKING +++ b/HACKING @@ -383,8 +383,9 @@ single-'statement' loop: each has only one 'line' in its body. single_line_stmt(); // {}