Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
29025aa5
Commit
29025aa5
authored
Apr 19, 2011
by
Michal 'vorner' Vaner
Browse files
[trac404] Code style
parent
f65cb09e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rdatafields.h
View file @
29025aa5
...
...
@@ -327,7 +327,7 @@ public:
///
/// This method never throws an exception.
unsigned
int
getFieldSpecDataSize
()
const
{
return
(
nfields_
*
sizeof
*
fields_
);
}
sizeof
(
*
fields_
)
)
;
}
/// \brief Return the number of specs fields.
///
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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