Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Knot projects
Knot Resolver
Commits
0d62a65e
Commit
0d62a65e
authored
Apr 10, 2015
by
Karel Slaný
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: Moved structure declaration curly braces.
parent
a74a0ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
modules/hints/hints.c
modules/hints/hints.c
+2
-4
No files found.
modules/hints/hints.c
View file @
0d62a65e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment