Clang format again but now with v13.0.1

This commit is contained in:
Tomer Lev 2022-11-02 10:13:58 +02:00
parent a105ea9d80
commit 73e749a162
12 changed files with 215 additions and 209 deletions

View file

@ -372,7 +372,7 @@ protected:
void Set(double d);
void Set(const void* p);
union {
union {
bool b;
int i;
zeek_int_t bi;