aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_stun.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/nat/test_stun.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/nat/test_stun.c')
-rw-r--r--src/nat/test_stun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/test_stun.c b/src/nat/test_stun.c
index 41e962ea0..a41734af1 100644
--- a/src/nat/test_stun.c
+++ b/src/nat/test_stun.c
@@ -35,7 +35,6 @@
35#include "gnunet_nat_lib.h" 35#include "gnunet_nat_lib.h"
36 36
37 37
38
39#define LOG(kind, ...) GNUNET_log_from (kind, "test-stun", __VA_ARGS__) 38#define LOG(kind, ...) GNUNET_log_from (kind, "test-stun", __VA_ARGS__)
40 39
41/** 40/**
@@ -310,4 +309,5 @@ main (int argc, char *const argv[])
310 return ret; 309 return ret;
311} 310}
312 311
312
313/* end of test_stun.c */ 313/* end of test_stun.c */