summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-04-06 10:28:02 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2016-04-06 11:31:02 +0200
commit9be7bca4be913f3edc4d4f838d72329475fa8655 (patch)
tree252abf1be023d99bab3755b7e9859d1dc661f79f
parent0584e85736b164d07434619622d6d06ad15fe690 (diff)
downloadlvm2-9be7bca4be913f3edc4d4f838d72329475fa8655.tar.gz
cleanup: indent
-rw-r--r--lib/activate/activate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/activate/activate.c b/lib/activate/activate.c
index 7afb4397a..985d6b916 100644
--- a/lib/activate/activate.c
+++ b/lib/activate/activate.c
@@ -1827,7 +1827,7 @@ static int _lv_suspend(struct cmd_context *cmd, const char *lvid_s,
const struct logical_volume *lv_pre_to_free = NULL;
struct logical_volume *lv_pre_tmp;
struct seg_list *sl;
- struct lv_segment *snap_seg;
+ struct lv_segment *snap_seg;
struct lvinfo info;
int r = 0, lockfs = 0, flush_required = 0;
struct detached_lv_data detached;