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:
Ján Tomko 2019-10-19 00:15:34 +02:00
parent 313a71ee7b
commit 4e66c38655

View File

@ -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, "-");