3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

monitor: Fix whitespace

No spaces for indentation
This commit is contained in:
Denis Kenzior 2014-10-04 20:59:59 -05:00
parent 1d4ab8de47
commit 5fae2cc524

View File

@ -156,7 +156,7 @@ static struct l_netlink *genl_lookup(const char *ifname)
} }
static size_t rta_add(void *rta_buf, unsigned short type, uint16_t len, static size_t rta_add(void *rta_buf, unsigned short type, uint16_t len,
const void *data) const void *data)
{ {
unsigned short rta_len = RTA_LENGTH(len); unsigned short rta_len = RTA_LENGTH(len);
struct rtattr *rta = rta_buf; struct rtattr *rta = rta_buf;