]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2522] minor style matter: brace position
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 23 May 2013 22:07:16 +0000 (15:07 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 23 May 2013 22:07:16 +0000 (15:07 -0700)
src/lib/dns/rdata/generic/sshfp_44.cc

index dc740501b12aa6a0b422e642e1a14d1659b241ca..c7199f31fb06082f056b56ccadbcd4fcd0985785 100644 (file)
@@ -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);
     }