Browse Source

indentation fix

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1291 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
47a44f7467
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/auth/main.cc

+ 2 - 2
src/bin/auth/main.cc

@@ -160,8 +160,8 @@ public:
                             boost::asio::buffer(
                                 responselen_buffer_.getData(),
                                 responselen_buffer_.getLength()),
-                        boost::bind(&TCPClient::responseWrite, this,
-                                    placeholders::error));
+                            boost::bind(&TCPClient::responseWrite, this,
+                                        placeholders::error));
             } else {
                 delete this;
             }