BIND 10 master, updated. 6715af1c22e0946681ab12658d6ae3dd6d1f702a [master] remove some extra white space

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Aug 2 20:22:36 UTC 2012


The branch, master has been updated
       via  6715af1c22e0946681ab12658d6ae3dd6d1f702a (commit)
      from  365c990cefc66d08bea218916ebe771fd34c605c (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 6715af1c22e0946681ab12658d6ae3dd6d1f702a
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Aug 2 15:22:18 2012 -0500

    [master] remove some extra white space

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

Summary of changes:
 src/bin/auth/tests/testdata/spec.spec            |    1 -
 src/bin/dhcp4/ctrl_dhcp4_srv.cc                  |    6 +++---
 src/bin/dhcp4/main.cc                            |    2 +-
 src/lib/config/tests/testdata/spec40.spec        |    1 -
 tests/lettuce/features/terrain/bind10_control.py |    1 -
 5 files changed, 4 insertions(+), 7 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/testdata/spec.spec b/src/bin/auth/tests/testdata/spec.spec
index 3e0a822..f7e5e45 100644
--- a/src/bin/auth/tests/testdata/spec.spec
+++ b/src/bin/auth/tests/testdata/spec.spec
@@ -3,4 +3,3 @@
         "module_name": "test"
     }
 }
-
diff --git a/src/bin/dhcp4/ctrl_dhcp4_srv.cc b/src/bin/dhcp4/ctrl_dhcp4_srv.cc
index b052683..c6ba9ff 100644
--- a/src/bin/dhcp4/ctrl_dhcp4_srv.cc
+++ b/src/bin/dhcp4/ctrl_dhcp4_srv.cc
@@ -82,7 +82,7 @@ void ControlledDhcpv4Srv::sessionReader(void) {
 }
 
 void ControlledDhcpv4Srv::establishSession() {
-    
+
     string specfile;
     if (getenv("B10_FROM_BUILD")) {
         specfile = string(getenv("B10_FROM_BUILD")) +
@@ -92,9 +92,9 @@ void ControlledDhcpv4Srv::establishSession() {
     }
 
     /// @todo: Check if session is not established already. Throw, if it is.
-    
+
     cout << "b10-dhcp4: my specfile is " << specfile << endl;
-    
+
     cc_session_ = new Session(io_service_.get_io_service());
 
     config_session_ = new ModuleCCSession(specfile, *cc_session_,
diff --git a/src/bin/dhcp4/main.cc b/src/bin/dhcp4/main.cc
index d6c4602..9cc9c5b 100644
--- a/src/bin/dhcp4/main.cc
+++ b/src/bin/dhcp4/main.cc
@@ -81,7 +81,7 @@ main(int argc, char* argv[]) {
                          (verbose_mode ? isc::log::DEBUG : isc::log::INFO),
                          isc::log::MAX_DEBUG_LEVEL, NULL);
 
-    cout << "b10-dhcp4: My pid=" << getpid() << ", binding to port " 
+    cout << "b10-dhcp4: My pid=" << getpid() << ", binding to port "
          << port_number << ", verbose " << (verbose_mode?"yes":"no") << endl;
 
     if (argc - optind > 0) {
diff --git a/src/lib/config/tests/testdata/spec40.spec b/src/lib/config/tests/testdata/spec40.spec
index 8e64fa9..f778fc0 100644
--- a/src/lib/config/tests/testdata/spec40.spec
+++ b/src/lib/config/tests/testdata/spec40.spec
@@ -10,4 +10,3 @@
     ]
   }
 }
-
diff --git a/tests/lettuce/features/terrain/bind10_control.py b/tests/lettuce/features/terrain/bind10_control.py
index 5829339..b661657 100644
--- a/tests/lettuce/features/terrain/bind10_control.py
+++ b/tests/lettuce/features/terrain/bind10_control.py
@@ -362,4 +362,3 @@ def configure_ddns_off(step):
         config commit
         \"\"\"
     """)
-



More information about the bind10-changes mailing list