BIND 10 trac388, updated. 8f331c78a07959b413f4a00e3b3f7a935cd42b2f [trac388] Comment & whitespace fix

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 23 15:08:46 UTC 2011


The branch, trac388 has been updated
       via  8f331c78a07959b413f4a00e3b3f7a935cd42b2f (commit)
      from  6df94e2db856c1adc020f658cc77da5edc967555 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8f331c78a07959b413f4a00e3b3f7a935cd42b2f
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Feb 23 16:08:18 2011 +0100

    [trac388] Comment & whitespace fix

-----------------------------------------------------------------------

Summary of changes:
 src/lib/asiolink/dns_server.h  |    2 +-
 src/lib/asiolink/tcp_server.cc |    4 ++--
 src/lib/asiolink/udp_server.cc |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/dns_server.h b/src/lib/asiolink/dns_server.h
index 032d1ad..352ea8e 100644
--- a/src/lib/asiolink/dns_server.h
+++ b/src/lib/asiolink/dns_server.h
@@ -75,7 +75,7 @@ public:
         (*self_)(ec, length);
     }
 
-    /// \brief Stop current running server 
+    /// \brief Stop current running server
     virtual void stop() { self_->stop();}
 
     /// \brief Resume processing of the server coroutine after an 
diff --git a/src/lib/asiolink/tcp_server.cc b/src/lib/asiolink/tcp_server.cc
index 2c14b93..6c58587 100644
--- a/src/lib/asiolink/tcp_server.cc
+++ b/src/lib/asiolink/tcp_server.cc
@@ -68,9 +68,9 @@ TCPServer::operator()(error_code ec, size_t length) {
     /// Because the coroutine reeentry block is implemented as
     /// a switch statement, inline variable declarations are not
     /// permitted.  Certain variables used below can be declared here.
-    
+
     /// If user has stopped the server, we won't enter the
-    /// coroutine body, just return 
+    /// coroutine body, just return
     if (stopped_by_hand_) {
         return;
     }
diff --git a/src/lib/asiolink/udp_server.cc b/src/lib/asiolink/udp_server.cc
index e3c61ac..73d7785 100644
--- a/src/lib/asiolink/udp_server.cc
+++ b/src/lib/asiolink/udp_server.cc
@@ -142,7 +142,7 @@ struct UDPServer::Data {
     size_t bytes_;
     bool done_;
 
-    //whether user implicitly stop the server
+    //whether user explicitly stop the server
     bool stopped_by_hand_;
 
     // Callback functions provided by the caller




More information about the bind10-changes mailing list