Browse Source

corrected indentation.
minor, no review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2570 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 14 years ago
parent
commit
71dcd00edb
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/bin/auth/auth_srv.cc

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

@@ -414,11 +414,11 @@ AuthSrvImpl::processNotify(const IOMessage& io_message, Message& message,
     // silent about such cases, but there doesn't seem to be anything we can
     // improve at the primary server side by sending an error anyway.
     if (xfrin_session_ == NULL) {
-            if (verbose_mode_) {
-                cerr << "[b10-auth] "
-                    "session interface for xfrin is not available" << endl;
-            }
-            return (false);
+        if (verbose_mode_) {
+            cerr << "[b10-auth] "
+                "session interface for xfrin is not available" << endl;
+        }
+        return (false);
     }
     
     const string remote_ip_address =