mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: reindent return
Since the return here is the only path, reindent for readability.
This commit is contained in:
parent
c1ae39e2ef
commit
a41ab41b70
@ -1595,7 +1595,7 @@ int dm_set_sysfs_dir(const char *sysfs_dir)
|
|||||||
_sysfs_dir[0] = '\0';
|
_sysfs_dir[0] = '\0';
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
return _canonicalize_and_set_dir(sysfs_dir, NULL, sizeof _sysfs_dir, _sysfs_dir);
|
return _canonicalize_and_set_dir(sysfs_dir, NULL, sizeof _sysfs_dir, _sysfs_dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user