mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-09 12:58:41 +03:00
cleanup: indent
Last update missed to indent params.
This commit is contained in:
parent
5c29b54d4d
commit
e9b523e304
@ -757,10 +757,10 @@ static int pvremove_check(struct cmd_context *cmd, const char *name,
|
||||
|
||||
if (force_count)
|
||||
log_warn("WARNING: Wiping physical volume label from "
|
||||
"%s%s%s%s", name,
|
||||
!is_orphan(pv) ? " of volume group \"" : "",
|
||||
pv_vg_name(pv),
|
||||
!is_orphan(pv) ? "\"" : "");
|
||||
"%s%s%s%s", name,
|
||||
!is_orphan(pv) ? " of volume group \"" : "",
|
||||
pv_vg_name(pv),
|
||||
!is_orphan(pv) ? "\"" : "");
|
||||
|
||||
r = 1;
|
||||
bad:
|
||||
|
Loading…
x
Reference in New Issue
Block a user