mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-15 07:16:13 -04:00
Formatting
This commit is contained in:
parent
071982ba0f
commit
bf26f7948a
@ -397,7 +397,7 @@ class metadata_ final : public metadata_v2::impl {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static inode_rank get_inode_rank(uint16_t mode) {
|
static inode_rank get_inode_rank(uint16_t mode) {
|
||||||
switch ((mode)&S_IFMT) {
|
switch (mode & S_IFMT) {
|
||||||
case S_IFDIR:
|
case S_IFDIR:
|
||||||
return inode_rank::INO_DIR;
|
return inode_rank::INO_DIR;
|
||||||
case S_IFLNK:
|
case S_IFLNK:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user