]> xenbits.xensource.com Git - libvirt.git/commit
docs: fix layout of code snippets
authorEric Blake <eblake@redhat.com>
Sat, 28 Dec 2013 18:10:06 +0000 (11:10 -0700)
committerEric Blake <eblake@redhat.com>
Sat, 28 Dec 2013 18:28:04 +0000 (11:28 -0700)
commiteb70ceba8a976271cde8ca0e692dc6dabca2cfd6
tree5880217b3435c9747547dab7ee99d3e66d15ab2e
parent9d30e078be41a126fb679e1c5421ab4c2ec2536d
docs: fix layout of code snippets

Similar to commit 52dbeac, we should indent code snippets in
other places to ensure they appear correctly in html.  See
http://libvirt.org/html/libvirt-libvirt.html#virNodeGetCPUStats
for an example improved by this patch.  Also fix some missing
semicolons in the examples.

* src/libvirt.c: Indent code samples in comments.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/libvirt.c