diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-02-03 21:48:50 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-02-03 21:48:50 +0100 |
commit | 4204cc13a5e207dd11bed6d81ad1d71c405b64dd (patch) | |
tree | 378cdc121a55f015eedaa665ce8233fe234fc77f /pcap-bpf.c | |
parent | 68ccaee85aeb655eaf39a93e08ae1bfc04787536 (diff) |
Remove trailing spaces/tabs
Diffstat (limited to 'pcap-bpf.c')
-rw-r--r-- | pcap-bpf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3296,7 +3296,7 @@ pcap_setdirection_bpf(pcap_t *p, pcap_direction_t d) direction_name = "\"incoming and outgoing\""; break; } - + if (ioctl(p->fd, BIOCSDIRECTION, &direction) == -1) { pcap_fmt_errmsg_for_errno(p->errbuf, sizeof(p->errbuf), errno, "Cannot set direction to %s", direction_name); @@ -3399,7 +3399,7 @@ pcap_setdirection_bpf(pcap_t *p, pcap_direction_t d) direction_name = "\"incoming and outgoing\""; break; } - + if (ioctl(p->fd, BIOCSSEESENT, &seesent) == -1) { pcap_fmt_errmsg_for_errno(p->errbuf, sizeof(p->errbuf), errno, "Cannot set direction to %s", direction_name); |