From: Jason A. Donenfeld Date: Mon, 16 Oct 2017 20:18:29 +0000 (+0200) Subject: wg: style X-Git-Tag: v1.0.20191226~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06e7bdf2a56e5be71e56ded610d9222f3a3b841b;p=thirdparty%2Fwireguard-tools.git wg: style Signed-off-by: Jason A. Donenfeld --- diff --git a/src/ipc.c b/src/ipc.c index db19362..deb46ab 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -555,7 +555,7 @@ static int kernel_set_device(struct wgdevice *dev) struct nlmsghdr *nlh; struct mnlg_socket *nlg; - nlg= mnlg_socket_open(WG_GENL_NAME, WG_GENL_VERSION); + nlg = mnlg_socket_open(WG_GENL_NAME, WG_GENL_VERSION); if (!nlg) return -errno;