tweak to keep clang-format happy

This commit is contained in:
Vern Paxson 2021-12-12 12:43:30 -08:00
parent 3fc58bdd9f
commit a10fafe398

View file

@ -66,7 +66,6 @@ static p_hash_type script_specific_hash(const Stmt* body, p_hash_type generic_ha
return merge_p_hashes(generic_hash, p_hash(bl_f));
}
ProfileFunc::ProfileFunc(const Func* func, const StmtPtr& body, bool _abs_rec_fields)
{
profiled_func = func;