mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: remove extraneous parentheses
This commit is contained in:
parent
e587b0677b
commit
e047f04394
@ -214,7 +214,7 @@ static int _ignore_vg(struct volume_group *vg, const char *vg_name,
|
||||
}
|
||||
}
|
||||
|
||||
if ((read_error == FAILED_CLUSTERED)) {
|
||||
if (read_error == FAILED_CLUSTERED) {
|
||||
*skip = 1;
|
||||
stack; /* Error already logged */
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user