mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 20:12:56 -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; }
|
||||
};
|
||||
|
||||
enum class file_order_mode {
|
||||
NONE,
|
||||
PATH,
|
||||
SCRIPT,
|
||||
SIMILARITY,
|
||||
NILSIMSA
|
||||
};
|
||||
enum class file_order_mode { NONE, PATH, SCRIPT, SIMILARITY, NILSIMSA };
|
||||
|
||||
struct file_order_options {
|
||||
file_order_mode mode{file_order_mode::NONE};
|
||||
|
@ -211,9 +211,9 @@ class inode_manager_ : public inode_manager::impl {
|
||||
});
|
||||
}
|
||||
|
||||
void order_inodes_by_nilsimsa(inode_manager::inode_cb const& fn,
|
||||
uint32_t inode_no,
|
||||
file_order_options const& file_order);
|
||||
void
|
||||
order_inodes_by_nilsimsa(inode_manager::inode_cb const& fn, uint32_t inode_no,
|
||||
file_order_options const& file_order);
|
||||
|
||||
void number_inodes(size_t first_no) {
|
||||
for (auto& i : inodes_) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user