libvirt/examples/c
Jiang Jiacheng 4b90adf65a lib: Use the same style in the 'struct option'
Use same style in the 'struct option' as:
    struct option opt[] = {
        { a, b },
        { a, b },
        ...
        { a, b },
    };

Signed-off-by: Jiang Jiacheng <jiangjiacheng@huawei.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2022-11-22 10:15:11 +01:00
..
admin admin: Build only when RPC is available 2021-12-15 12:12:44 +01:00
domain lib: Use the same style in the 'struct option' 2022-11-22 10:15:11 +01:00
misc Introduce VIR_DOMAIN_RUNNING_POSTCOPY_FAILED 2022-06-07 17:40:20 +02:00
meson.build meson: examples: build and install example files 2020-08-03 09:27:06 +02:00