summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-01-08 16:51:11 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2014-01-17 10:48:49 +0100
commitd98511c717d64f111208e647e861620e310118d6 (patch)
tree21f0a0e80adab733b41d04a57d8c08f05070bcce
parent5eee73bd7cb8e4712ad5e5d13a3bffb78e02c9ca (diff)
downloadlvm2-d98511c717d64f111208e647e861620e310118d6.tar.gz
cleanup: indent
-rw-r--r--libdm/libdm-deptree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdm/libdm-deptree.c b/libdm/libdm-deptree.c
index 7bc1f331d..db88d9d02 100644
--- a/libdm/libdm-deptree.c
+++ b/libdm/libdm-deptree.c
@@ -1620,8 +1620,8 @@ static int _dm_tree_deactivate_children(struct dm_tree_node *dnode,
}
int dm_tree_deactivate_children(struct dm_tree_node *dnode,
- const char *uuid_prefix,
- size_t uuid_prefix_len)
+ const char *uuid_prefix,
+ size_t uuid_prefix_len)
{
return _dm_tree_deactivate_children(dnode, uuid_prefix, uuid_prefix_len, 0);
}