wg: style

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2017-10-16 22:18:29 +02:00
parent 6f9b135966
commit 06e7bdf2a5

View file

@ -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;