Skip to content
Snippets Groups Projects
Commit 0d62a65e authored by Karel Slaný's avatar Karel Slaný
Browse files

style: Moved structure declaration curly braces.

parent a74a0ad8
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment