]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix formatting for virDomainGetCPUStats docstring
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 5 Jan 2016 07:56:31 +0000 (08:56 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 5 Jan 2016 10:39:39 +0000 (11:39 +0100)
commit7d65a355fab2b0260dacd7a93a15b946bb094986
tree1f8bf7ace44a47f76b4000299890708825eef522
parent783b254413fee8d33467a0abd4dff609a1daef7b
Fix formatting for virDomainGetCPUStats docstring

We have few code samples there that are almost unreadable when formatted
because they are not indented properly.  By indenting them they are
formatted as code and hence quite readable.  Also adjust descriptions to
be comments and add semicolons so that the code sample looks like sample
of a working code.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/libvirt-domain.c