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-linux.c | |
parent | 38e80701e641c882c73964320cbd8e4f726bc97d (diff) |
Fix spaces before tabs in indentation
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index 871cb662..4cf99a92 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -2,7 +2,7 @@ * pcap-linux.c: Packet capture interface to the Linux kernel * * Copyright (c) 2000 Torsten Landschoff <torsten@debian.org> - * Sebastian Krahmer <krahmer@cs.uni-potsdam.de> + * Sebastian Krahmer <krahmer@cs.uni-potsdam.de> * * License: BSD * @@ -315,8 +315,8 @@ static const struct timeval netdown_timeout = { */ static int iface_get_id(int fd, const char *device, char *ebuf); static int iface_get_mtu(int fd, const char *device, char *ebuf); -static int iface_get_arptype(int fd, const char *device, char *ebuf); -static int iface_bind(int fd, int ifindex, char *ebuf, int protocol); +static int iface_get_arptype(int fd, const char *device, char *ebuf); +static int iface_bind(int fd, int ifindex, char *ebuf, int protocol); static int enter_rfmon_mode(pcap_t *handle, int sock_fd, const char *device); static int iface_get_ts_types(const char *device, pcap_t *handle, @@ -3504,7 +3504,7 @@ static int pcap_wait_for_frames_mmap(pcap_t *handle) * don't need to poll. */ for (;;) { - /* + /* * Yes, we do this even in non-blocking mode, as it's * the only way to get error indications from a * tpacket socket. |