mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Apply clang-tidy's modernize-use-nullptr check
This commit is contained in:
parent
49a96f5216
commit
9f3750d0cc
29 changed files with 183 additions and 181 deletions
|
@ -6,6 +6,6 @@ namespace zeek { class RE_Matcher; }
|
|||
namespace binpac
|
||||
{
|
||||
|
||||
std::vector<zeek::RE_Matcher*>* uncompiled_re_matchers = 0;
|
||||
std::vector<zeek::RE_Matcher*>* uncompiled_re_matchers = nullptr;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue