From 0d62a65e878a3d836218d979f24833556ee8ccf9 Mon Sep 17 00:00:00 2001 From: Karel Slany <karel.slany@nic.cz> Date: Fri, 10 Apr 2015 12:50:11 +0200 Subject: [PATCH] style: Moved structure declaration curly braces. --- modules/hints/hints.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/hints/hints.c b/modules/hints/hints.c index e0c95f5e8..ed7284095 100644 --- a/modules/hints/hints.c +++ b/modules/hints/hints.c @@ -35,14 +35,12 @@ typedef int (*rr_callback_t)(const knot_rrset_t *, unsigned, struct kr_layer_param *); -struct hint_map -{ +struct hint_map { list_t list; mm_ctx_t pool; }; -struct hint_pair -{ +struct hint_pair { node_t n; knot_dname_t *name; char *addr; -- GitLab