diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-06-17 12:06:27 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-06-17 12:08:58 +0200 |
commit | e835845199d19de64718f22776b5309253d1cdf2 (patch) | |
tree | 250db7ee4a78a236835ad34c57fc48d339630b9d /pcap-airpcap.c | |
parent | 420c6793f62ccc6c55bfecc6448a808f8c8405de (diff) |
Remove some trailing tabs
Moreover:
Remove some spaces before tabs.
Remove an extra blank line.
Diffstat (limited to 'pcap-airpcap.c')
-rw-r--r-- | pcap-airpcap.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pcap-airpcap.c b/pcap-airpcap.c index e90212a8..a8571ae4 100644 --- a/pcap-airpcap.c +++ b/pcap-airpcap.c @@ -385,7 +385,7 @@ airpcap_stats(pcap_t *p, struct pcap_stat *ps) p_AirpcapGetLastError(pa->adapter)); return (-1); } - + ps->ps_drop = tas.Drops; ps->ps_recv = tas.Recvs; ps->ps_ifdrop = tas.IfDrops; @@ -431,7 +431,7 @@ airpcap_stats_ex(pcap_t *p, int *pcap_stat_size) p_AirpcapGetLastError(pa->adapter)); return (NULL); } - + p->stat.ps_recv = tas.Recvs; p->stat.ps_drop = tas.Drops; p->stat.ps_ifdrop = tas.IfDrops; @@ -782,7 +782,6 @@ airpcap_activate(pcap_t *p) p_AirpcapGetLastError(pa->adapter)); return (PCAP_ERROR); } - /* * Turn a negative snapshot value (invalid), a snapshot value of |