Browse Source

[2522] minor style matter: brace position

JINMEI Tatuya 12 years ago
parent
commit
8ed9ddfe7f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/dns/rdata/generic/sshfp_44.cc

+ 1 - 2
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);
     }