From c5185d4c03ade5069a7f8a6098d16b7feeef000b Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Wed, 29 Apr 2009 20:14:21 +0000 Subject: [PATCH] Fixup whitespace. --- man/lvcreate.8.in | 2 +- tools/lvcreate.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in index fad0980b7..1e5322b09 100644 --- a/man/lvcreate.8.in +++ b/man/lvcreate.8.in @@ -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. diff --git a/tools/lvcreate.c b/tools/lvcreate.c index 3a3382911..42608c365 100644 --- a/tools/lvcreate.c +++ b/tools/lvcreate.c @@ -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); -- 2.43.5