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

2014-12-10 Thread Martin Kletzander

On Wed, Dec 10, 2014 at 05:44:48PM +0800, Hao Liu wrote:

Signed-off-by: Hao Liu 
---
docs/hacking.html.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



You need to regenerate HACKING from that and add it to the patch.

I did that for you this time, so ACK and I'll push it in a while.

Martin


signature.asc
Description: Digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

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

2014-12-10 Thread Hao Liu
Signed-off-by: Hao Liu 
---
 docs/hacking.html.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/hacking.html.in b/docs/hacking.html.in
index a73b1e0..53786b7 100644
--- a/docs/hacking.html.in
+++ b/docs/hacking.html.in
@@ -481,8 +481,9 @@
 
 
   while (expr1 &&
- expr2)   // multi-line, at same indentation, {} required
+ expr2) { // multi-line, at same indentation, {} required
   single_line_stmt();
+  }
 
 
 
-- 
1.8.3.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list