Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
8ed9ddfe
Commit
8ed9ddfe
authored
May 23, 2013
by
JINMEI Tatuya
Browse files
[2522] minor style matter: brace position
parent
e08a21c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rdata/generic/sshfp_44.cc
View file @
8ed9ddfe
...
@@ -198,8 +198,7 @@ SSHFP::SSHFP(const SSHFP& other) :
...
@@ -198,8 +198,7 @@ SSHFP::SSHFP(const SSHFP& other) :
{}
{}
SSHFP
&
SSHFP
&
SSHFP
::
operator
=
(
const
SSHFP
&
source
)
SSHFP
::
operator
=
(
const
SSHFP
&
source
)
{
{
if
(
impl_
==
source
.
impl_
)
{
if
(
impl_
==
source
.
impl_
)
{
return
(
*
this
);
return
(
*
this
);
}
}
...
...
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