1
0
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:
Ondrej Kozina 2015-03-31 13:16:01 +02:00
parent 663254d7a5
commit 04826db7c4

View File

@ -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;
}