diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-02-16 10:42:16 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-02-16 10:42:16 +0100 |
commit | e06c7eeb845da73eac03dc35018bbf279ddd42ad (patch) | |
tree | 0fcef26bc9df08b7a31f0068041d4a1a2c0b89ca /iface.c | |
parent | 44284c82189845f22b6b3e8a93b7b2822e5b0742 (diff) |
all: Remove trailing whitespaces
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'iface.c')
-rw-r--r-- | iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |