summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-05-31 17:19:54 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-05-31 17:19:54 +0200
commitf22844c57bdd50dcad46373b76d47b90aa66c6dd (patch)
tree8aded97dd797e58e9f7ad6da94117b326f5fdbf0
parent26c648b3fdd1d3b8c5cf2ab85ad585a46a28fc7c (diff)
config: add new line for style
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--src/config.c1
1 files changed, 1 insertions, 0 deletions
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;