]> sourceware.org Git - lvm2.git/commitdiff
cleanup: indent
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 25 Feb 2016 15:50:22 +0000 (16:50 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 25 Feb 2016 22:30:25 +0000 (23:30 +0100)
Last update missed to indent params.

lib/metadata/pv_manip.c

index 48706d106578228ae3eabcdc6bf413d732992740..d38262dc9ec9d7c51c2bc54907dde0d5854f0401 100644 (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:
This page took 0.039659 seconds and 5 git commands to generate.