From 5fae2cc524b0c005c632c1a54e0ad32dca08dfcf Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sat, 4 Oct 2014 20:59:59 -0500 Subject: [PATCH] monitor: Fix whitespace No spaces for indentation --- monitor/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/main.c b/monitor/main.c index df5bea12..7dec6e5d 100644 --- a/monitor/main.c +++ b/monitor/main.c @@ -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;