binpac: Reformat C++ code in Spicy style

This commit is contained in:
Tim Wojtulewicz 2023-10-30 13:15:14 -07:00
parent 716bf016a1
commit 3297de477b
89 changed files with 7887 additions and 9733 deletions

View file

@ -1,11 +1,12 @@
#include <vector>
namespace zeek { class RE_Matcher; }
namespace zeek {
class RE_Matcher;
}
namespace binpac
{
namespace binpac {
std::vector<zeek::RE_Matcher*>* uncompiled_re_matchers = nullptr;
}
}