1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

minor whitespace indentation

This commit is contained in:
Zdenek Kabelac 2009-12-03 09:58:30 +00:00
parent e4e8cf3b59
commit 08e64ce5e9
2 changed files with 6 additions and 6 deletions

View File

@ -1064,8 +1064,8 @@ void dm_tree_use_no_flush_suspend(struct dm_tree_node *dnode)
}
int dm_tree_suspend_children(struct dm_tree_node *dnode,
const char *uuid_prefix,
size_t uuid_prefix_len)
const char *uuid_prefix,
size_t uuid_prefix_len)
{
void *handle = NULL;
struct dm_tree_node *child = dnode;