mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
polldaemon: fix indentation in _poll_vg fn
This commit is contained in:
parent
663254d7a5
commit
04826db7c4
@ -230,8 +230,7 @@ static int _poll_vg(struct cmd_context *cmd, const char *vgname,
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!str_list_add(cmd->mem, sls, dm_pool_strdup(cmd->mem, name)))
|
||||
{
|
||||
if (!str_list_add(cmd->mem, sls, dm_pool_strdup(cmd->mem, name))) {
|
||||
log_error("Failed to clone pvname");
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user