]> sourceware.org Git - lvm2.git/commitdiff
Fixup whitespace.
authorDave Wysochanski <dwysocha@redhat.com>
Wed, 29 Apr 2009 20:14:21 +0000 (20:14 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Wed, 29 Apr 2009 20:14:21 +0000 (20:14 +0000)
man/lvcreate.8.in
tools/lvcreate.c

index fad0980b7d6c94af99bf8c016796fafc2dc04ca6..1e5322b09961e8021467a6960da8a63028258046 100644 (file)
@@ -147,7 +147,7 @@ as well. Run
 .B lvdisplay(8)
 on the snapshot in order to check how much data is allocated to it.
 Note that a small amount of the space you allocate to the snapshot is
-used to track the locations of the chunks of data, so you should 
+used to track the locations of the chunks of data, so you should
 allocate slightly more space than you actually need and monitor the
 rate at which the snapshot data is growing so you can avoid running out
 of space.
index 3a3382911d7b8995ab24e40ac6355bebb0c98dce..42608c3657fd9a7e81be19c5e18e2bdbb9142754 100644 (file)
@@ -563,7 +563,7 @@ static struct logical_volume *_create_virtual_origin(struct cmd_context *cmd,
        size_t len;
        char *vorigin_name;
        struct logical_volume *lv;
-       
+
        if (!(segtype = get_segtype_from_string(cmd, "zero"))) {
                log_error("Zero segment type for virtual origin not found");
                return 0;
@@ -747,7 +747,7 @@ static int _lvcreate(struct cmd_context *cmd, struct volume_group *vg,
                                          "be mixed.");
                                return 0;
                        }
-       
+
                        if (!lv_info(cmd, org, &info, 0, 0)) {
                                log_error("Check for existence of snapshot "
                                          "origin '%s' failed.", org->name);
This page took 0.037659 seconds and 5 git commands to generate.