diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-02-15 10:47:49 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-02-15 11:36:27 +0100 |
commit | 2fc56d52c714f048ed3ecbfb1db3ea986cbd20b9 (patch) | |
tree | 8823d92d77552b0c51be8efca59e4644cb9551d9 /pcap-npf.c | |
parent | 38e80701e641c882c73964320cbd8e4f726bc97d (diff) |
Fix spaces before tabs in indentation
Diffstat (limited to 'pcap-npf.c')
-rw-r--r-- | pcap-npf.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2085,8 +2085,8 @@ get_if_flags(const char *name, bpf_u_int32 *flags, char *errbuf) #ifdef OID_GEN_PHYSICAL_MEDIUM_EX OID_GEN_PHYSICAL_MEDIUM_EX, #endif - OID_GEN_PHYSICAL_MEDIUM - }; + OID_GEN_PHYSICAL_MEDIUM + }; #define N_GEN_PHYSICAL_MEDIUM_OIDS (sizeof gen_physical_medium_oids / sizeof gen_physical_medium_oids[0]) size_t i; #endif /* OID_GEN_PHYSICAL_MEDIUM */ @@ -2398,7 +2398,7 @@ pcap_platform_finddevs(pcap_if_list_t *devlistp, char *errbuf) desc++; /* - * Found it - "desc" points to the first of the two + * Found it - "desc" points to the first of the two * nulls at the end of the list of names, so the * first byte of the list of descriptions is two bytes * after it. |