Signed-off-by: Hao Liu <hliu(a)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