mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 14:59:52 -04:00
Formatting
This commit is contained in:
parent
8492a989bf
commit
e973ce0b49
@ -91,7 +91,8 @@ class inode_ : public inode {
|
|||||||
using chunk_type = thrift::metadata::chunk;
|
using chunk_type = thrift::metadata::chunk;
|
||||||
|
|
||||||
inode_() {
|
inode_() {
|
||||||
std::fill(nilsimsa_similarity_hash_.begin(), nilsimsa_similarity_hash_.end(), 0);
|
std::fill(nilsimsa_similarity_hash_.begin(),
|
||||||
|
nilsimsa_similarity_hash_.end(), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void set_num(uint32_t num) override {
|
void set_num(uint32_t num) override {
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
* along with dwarfs. If not, see <https://www.gnu.org/licenses/>.
|
* along with dwarfs. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "dwarfs/compiler.h"
|
|
||||||
#include "dwarfs/nilsimsa.h"
|
#include "dwarfs/nilsimsa.h"
|
||||||
|
#include "dwarfs/compiler.h"
|
||||||
|
|
||||||
namespace dwarfs {
|
namespace dwarfs {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user