1
0
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:
Zdenek Kabelac 2016-02-25 16:50:22 +01:00
parent 5c29b54d4d
commit e9b523e304

View File

@ -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: