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
1 changed files with 1 additions and 1 deletions

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,
const void *data)
const void *data)
{
unsigned short rta_len = RTA_LENGTH(len);
struct rtattr *rta = rta_buf;