1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +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) if (force_count)
log_warn("WARNING: Wiping physical volume label from " log_warn("WARNING: Wiping physical volume label from "
"%s%s%s%s", name, "%s%s%s%s", name,
!is_orphan(pv) ? " of volume group \"" : "", !is_orphan(pv) ? " of volume group \"" : "",
pv_vg_name(pv), pv_vg_name(pv),
!is_orphan(pv) ? "\"" : ""); !is_orphan(pv) ? "\"" : "");
r = 1; r = 1;
bad: bad: