mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
tweak to keep clang-format happy
This commit is contained in:
parent
3fc58bdd9f
commit
a10fafe398
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
return merge_p_hashes(generic_hash, p_hash(bl_f));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ProfileFunc::ProfileFunc(const Func* func, const StmtPtr& body, bool _abs_rec_fields)
|
ProfileFunc::ProfileFunc(const Func* func, const StmtPtr& body, bool _abs_rec_fields)
|
||||||
{
|
{
|
||||||
profiled_func = func;
|
profiled_func = func;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue