summaryrefslogtreecommitdiff
path: root/iface.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-02-16 10:42:16 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-02-16 10:42:16 +0100
commite06c7eeb845da73eac03dc35018bbf279ddd42ad (patch)
tree0fcef26bc9df08b7a31f0068041d4a1a2c0b89ca /iface.c
parent44284c82189845f22b6b3e8a93b7b2822e5b0742 (diff)
all: Remove trailing whitespaces
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'iface.c')
-rw-r--r--iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iface.c b/iface.c
index c3939a8..86d0f06 100644
--- a/iface.c
+++ b/iface.c
@@ -52,7 +52,7 @@ struct iface_record {
static struct list_head iface_list_head;
static pthread_mutex_t iface_list_mutex;
-size_t iface_addr_lookup(unsigned int ifindex, unsigned char family,
+size_t iface_addr_lookup(unsigned int ifindex, unsigned char family,
struct sockaddr_storage *addrs, size_t addrs_size)
{
struct iface_record *rec;