mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 21:10:02 -04:00
Clang-format
This commit is contained in:
parent
a2377ead41
commit
d179fe175d
@ -54,13 +54,7 @@ struct inode_options {
|
|||||||
bool needs_scan() const { return with_similarity || with_nilsimsa; }
|
bool needs_scan() const { return with_similarity || with_nilsimsa; }
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class file_order_mode {
|
enum class file_order_mode { NONE, PATH, SCRIPT, SIMILARITY, NILSIMSA };
|
||||||
NONE,
|
|
||||||
PATH,
|
|
||||||
SCRIPT,
|
|
||||||
SIMILARITY,
|
|
||||||
NILSIMSA
|
|
||||||
};
|
|
||||||
|
|
||||||
struct file_order_options {
|
struct file_order_options {
|
||||||
file_order_mode mode{file_order_mode::NONE};
|
file_order_mode mode{file_order_mode::NONE};
|
||||||
|
@ -211,8 +211,8 @@ class inode_manager_ : public inode_manager::impl {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void order_inodes_by_nilsimsa(inode_manager::inode_cb const& fn,
|
void
|
||||||
uint32_t inode_no,
|
order_inodes_by_nilsimsa(inode_manager::inode_cb const& fn, uint32_t inode_no,
|
||||||
file_order_options const& file_order);
|
file_order_options const& file_order);
|
||||||
|
|
||||||
void number_inodes(size_t first_no) {
|
void number_inodes(size_t first_no) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user