From: Guy Harris Date: Wed, 23 May 2018 21:53:46 +0000 (-0700) Subject: Clean up whitespace. X-Git-Tag: libpcap-1.9-bp~24 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/17866a2c73abcdf823ccaaf4ab83ecbc02db82ca Clean up whitespace. --- diff --git a/pcap/nflog.h b/pcap/nflog.h index 29a71d2d..fbcf70bf 100644 --- a/pcap/nflog.h +++ b/pcap/nflog.h @@ -42,27 +42,27 @@ * data, etc.). */ typedef struct nflog_hdr { - uint8_t nflog_family; /* address family */ - uint8_t nflog_version; /* version */ - uint16_t nflog_rid; /* resource ID */ + uint8_t nflog_family; /* address family */ + uint8_t nflog_version; /* version */ + uint16_t nflog_rid; /* resource ID */ } nflog_hdr_t; typedef struct nflog_tlv { - uint16_t tlv_length; /* tlv length */ - uint16_t tlv_type; /* tlv type */ + uint16_t tlv_length; /* tlv length */ + uint16_t tlv_type; /* tlv type */ /* value follows this */ } nflog_tlv_t; typedef struct nflog_packet_hdr { uint16_t hw_protocol; /* hw protocol */ - uint8_t hook; /* netfilter hook */ - uint8_t pad; /* padding to 32 bits */ + uint8_t hook; /* netfilter hook */ + uint8_t pad; /* padding to 32 bits */ } nflog_packet_hdr_t; typedef struct nflog_hwaddr { uint16_t hw_addrlen; /* address length */ uint16_t pad; /* padding to 32-bit boundary */ - uint8_t hw_addr[8]; /* address, up to 8 bytes */ + uint8_t hw_addr[8]; /* address, up to 8 bytes */ } nflog_hwaddr_t; typedef struct nflog_timestamp {