mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Clang format again but now with v13.0.1
This commit is contained in:
parent
a105ea9d80
commit
73e749a162
12 changed files with 215 additions and 209 deletions
|
@ -64,7 +64,7 @@ struct ip6_ext
|
|||
|
||||
struct ip6_hdr
|
||||
{
|
||||
union {
|
||||
union {
|
||||
struct ip6_hdrctl
|
||||
{
|
||||
uint32_t ip6_un1_flow; /* 4 bits version, 8 bits TC, 20 bits
|
||||
|
@ -335,7 +335,7 @@ inline float htonf(float f)
|
|||
inline uint64_t ntohll(uint64_t i)
|
||||
{
|
||||
u_char c;
|
||||
union {
|
||||
union {
|
||||
uint64_t i;
|
||||
u_char c[8];
|
||||
} x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue