mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 14:59:52 -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) {
|
||||
switch ((mode)&S_IFMT) {
|
||||
switch (mode & S_IFMT) {
|
||||
case S_IFDIR:
|
||||
return inode_rank::INO_DIR;
|
||||
case S_IFLNK:
|
||||
|
Loading…
x
Reference in New Issue
Block a user