mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
tools: cmdDomblkinfoGet: reindent parameters
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
313a71ee7b
commit
4e66c38655
@ -421,11 +421,11 @@ static const vshCmdOptDef opts_domblkinfo[] = {
|
|||||||
|
|
||||||
static bool
|
static bool
|
||||||
cmdDomblkinfoGet(vshControl *ctl,
|
cmdDomblkinfoGet(vshControl *ctl,
|
||||||
const virDomainBlockInfo *info,
|
const virDomainBlockInfo *info,
|
||||||
char **cap,
|
char **cap,
|
||||||
char **alloc,
|
char **alloc,
|
||||||
char **phy,
|
char **phy,
|
||||||
bool human)
|
bool human)
|
||||||
{
|
{
|
||||||
if (info->capacity == 0 && info->allocation == 0 && info->physical == 0) {
|
if (info->capacity == 0 && info->allocation == 0 && info->physical == 0) {
|
||||||
*cap = vshStrdup(ctl, "-");
|
*cap = vshStrdup(ctl, "-");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user