Browse Source

[2157-2] style: indentation fix

JINMEI Tatuya 12 years ago
parent
commit
9aea53afbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/auth_srv.cc

+ 1 - 1
src/bin/auth/auth_srv.cc

@@ -556,7 +556,7 @@ AuthSrv::processMessage(const IOMessage& io_message, Message& message,
         // statistics: check TSIG attributes
         // SIG(0) is currently not implemented in Auth
         impl_->stats_attrs_.setQuerySig(true, false,
-                                       tsig_error != TSIGError::NOERROR());
+                                        tsig_error != TSIGError::NOERROR());
     }
 
     if (tsig_error != TSIGError::NOERROR()) {