summaryrefslogtreecommitdiff
path: root/lib/zero
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-01-30 14:00:02 +0000
committerAlasdair Kergon <agk@redhat.com>2008-01-30 14:00:02 +0000
commit67cdbd7e4dc4fcd08c54de6e2c943d059df14147 (patch)
tree2dde8ace94d9730fe88be445487f2a6efb6f0786 /lib/zero
parentc51b9fff19d4891addf22f35950eeae48be9cac8 (diff)
downloadlvm2-67cdbd7e4dc4fcd08c54de6e2c943d059df14147.tar.gz
Some whitespace tidy-ups.
Diffstat (limited to 'lib/zero')
-rw-r--r--lib/zero/zero.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/zero/zero.c b/lib/zero/zero.c
index 453b10f91..f6cb1cecd 100644
--- a/lib/zero/zero.c
+++ b/lib/zero/zero.c
@@ -40,12 +40,12 @@ static int _zero_merge_segments(struct lv_segment *seg1, struct lv_segment *seg2
#ifdef DEVMAPPER_SUPPORT
static int _zero_add_target_line(struct dev_manager *dm __attribute((unused)),
- struct dm_pool *mem __attribute((unused)),
- struct cmd_context *cmd __attribute((unused)),
- void **target_state __attribute((unused)),
- struct lv_segment *seg __attribute((unused)),
- struct dm_tree_node *node,uint64_t len,
- uint32_t *pvmove_mirror_count __attribute((unused)))
+ struct dm_pool *mem __attribute((unused)),
+ struct cmd_context *cmd __attribute((unused)),
+ void **target_state __attribute((unused)),
+ struct lv_segment *seg __attribute((unused)),
+ struct dm_tree_node *node,uint64_t len,
+ uint32_t *pvmove_mirror_count __attribute((unused)))
{
return dm_tree_node_add_zero_target(node, len);
}