Browse Source

[trac537] Indentation

Michal 'vorner' Vaner 14 years ago
parent
commit
81ab8dbc34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/asiolink/udpdns.cc

+ 1 - 1
src/lib/asiolink/udpdns.cc

@@ -257,7 +257,7 @@ UDPServer::operator()(error_code ec, size_t length) {
         // Call the DNS answer provider to render the answer into
         // wire format
         (*data_->answer_callback_)(*data_->io_message_, data_->query_message_,
-                            data_->answer_message_, data_->respbuf_);
+            data_->answer_message_, data_->respbuf_);
 
         // Begin an asynchronous send, and then yield.  When the
         // send completes, we will resume immediately after this point