From: JINMEI Tatuya Date: Thu, 23 May 2013 22:07:16 +0000 (-0700) Subject: [2522] minor style matter: brace position X-Git-Tag: bind10-1.2.0beta1-release~430^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ed9ddfe7f17d01d29cdaed8ee800487413e8632;p=thirdparty%2Fkea.git [2522] minor style matter: brace position --- diff --git a/src/lib/dns/rdata/generic/sshfp_44.cc b/src/lib/dns/rdata/generic/sshfp_44.cc index dc740501b1..c7199f31fb 100644 --- a/src/lib/dns/rdata/generic/sshfp_44.cc +++ b/src/lib/dns/rdata/generic/sshfp_44.cc @@ -198,8 +198,7 @@ SSHFP::SSHFP(const SSHFP& other) : {} SSHFP& -SSHFP::operator=(const SSHFP& source) -{ +SSHFP::operator=(const SSHFP& source) { if (impl_ == source.impl_) { return (*this); }