summaryrefslogtreecommitdiffhomepage
path: root/src/config.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-01-12 13:30:26 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-01-12 13:30:44 +0100
commit1350390458461897bf26760a908571905d871bcf (patch)
tree338f0b84201ad7fb949f13678c185b672d2f9d0b /src/config.c
parent90942a2c0b377c185da7b0040121a75a3f3806e0 (diff)
config: useless newline
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index ebc6d78..172287a 100644
--- a/src/config.c
+++ b/src/config.c
@@ -221,7 +221,6 @@ static int populate_ipmask(void *ctx, union nf_inet_addr ip, u8 cidr, int family
return ret;
}
-
static int populate_peer(struct wireguard_peer *peer, void *ctx)
{
int ret = 0;
@@ -262,7 +261,6 @@ static int populate_peer(struct wireguard_peer *peer, void *ctx)
return ret;
}
-
int config_get_device(struct wireguard_device *wg, void __user *udevice)
{
int ret = 0;