From 8fe240c072e26358bc6b5a9f4b9fb97955709d3a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 31 May 2017 17:19:54 +0200 Subject: config: add new line for style --- src/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/config.c b/src/config.c index 907c6b3..d3b6611 100644 --- a/src/config.c +++ b/src/config.c @@ -8,6 +8,7 @@ #include "hashtables.h" #include "peer.h" #include "uapi.h" + static int set_device_port(struct wireguard_device *wg, u16 port) { struct wireguard_peer *peer, *temp; -- cgit v1.2.3-59-g8ed1b