mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Fix clang-tidy modernize-use-bool-literals warnings in headers
This commit is contained in:
parent
ed202b36b2
commit
a05b4abdf7
4 changed files with 4 additions and 4 deletions
|
@ -351,7 +351,7 @@ public:
|
|||
protected:
|
||||
BuiltinFunc() {
|
||||
func = nullptr;
|
||||
is_pure = 0;
|
||||
is_pure = false;
|
||||
}
|
||||
|
||||
built_in_func func;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue