whitespace cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -86,7 +86,7 @@ int FAST_FUNC volume_id_probe_nilfs(struct volume_id *id /*,uint64_t off*/)
|
||||
// When used it is at 4K from the end of the partition (sb->s_dev_size - NILFS_SB2_OFFSET).
|
||||
|
||||
volume_id_set_label_string(id, sb->s_volume_name, NILFS_LABEL_SIZE < VOLUME_ID_LABEL_SIZE ?
|
||||
NILFS_LABEL_SIZE : VOLUME_ID_LABEL_SIZE);
|
||||
NILFS_LABEL_SIZE : VOLUME_ID_LABEL_SIZE);
|
||||
volume_id_set_uuid(id, sb->s_uuid, UUID_DCE);
|
||||
|
||||
if (sb->s_rev_level == 2)
|
||||
|
Reference in New Issue
Block a user