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
|
||||
cmdDomblkinfoGet(vshControl *ctl,
|
||||
const virDomainBlockInfo *info,
|
||||
char **cap,
|
||||
char **alloc,
|
||||
char **phy,
|
||||
bool human)
|
||||
const virDomainBlockInfo *info,
|
||||
char **cap,
|
||||
char **alloc,
|
||||
char **phy,
|
||||
bool human)
|
||||
{
|
||||
if (info->capacity == 0 && info->allocation == 0 && info->physical == 0) {
|
||||
*cap = vshStrdup(ctl, "-");
|
||||
|
Loading…
x
Reference in New Issue
Block a user