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

Hao Liu hliu at redhat.com
Wed Dec 10 09:44:48 UTC 2014


Signed-off-by: Hao Liu <hliu at redhat.com>
---
 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 @@
 
 <pre>
   while (expr1 &&
-         expr2)           // multi-line, at same indentation, {} required
+         expr2) {         // multi-line, at same indentation, {} required
       single_line_stmt();
+  }
 </pre>
 
     <p>
-- 
1.8.3.1




More information about the libvir-list mailing list