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.c | |
parent | 68ccaee85aeb655eaf39a93e08ae1bfc04787536 (diff) |
Remove trailing spaces/tabs
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3553,7 +3553,7 @@ pcap_setdirection(pcap_t *p, pcap_direction_t d) "Invalid direction"); return (-1); } - } + } } int |