[svn] commit: r2400 - /branches/trac221/src/bin/auth/auth_srv.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jul 2 00:55:29 UTC 2010


Author: jinmei
Date: Fri Jul  2 00:55:28 2010
New Revision: 2400

Log:
style: removed a space char at EOL

Modified:
    branches/trac221/src/bin/auth/auth_srv.cc

Modified: branches/trac221/src/bin/auth/auth_srv.cc
==============================================================================
--- branches/trac221/src/bin/auth/auth_srv.cc (original)
+++ branches/trac221/src/bin/auth/auth_srv.cc Fri Jul  2 00:55:28 2010
@@ -348,7 +348,7 @@
             io_message.getSocket().getNative(),
             io_message.getData(),
             io_message.getDataSize());
-    } catch (const XfroutError& err) { 
+    } catch (const XfroutError& err) {
         if (is_axfr_connection_established_) {
             // discoonect() may trigger an exception, but since we try it
             // only if we've successfully opened it, it shouldn't happen in




More information about the bind10-changes mailing list