Formatting

This commit is contained in:
Marcus Holland-Moritz 2021-03-22 17:56:43 +01:00
parent 8492a989bf
commit e973ce0b49
2 changed files with 3 additions and 2 deletions

View File

@ -91,7 +91,8 @@ class inode_ : public inode {
using chunk_type = thrift::metadata::chunk;
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 {

View File

@ -19,8 +19,8 @@
* along with dwarfs. If not, see <https://www.gnu.org/licenses/>.
*/
#include "dwarfs/compiler.h"
#include "dwarfs/nilsimsa.h"
#include "dwarfs/compiler.h"
namespace dwarfs {