BIND 10 trac2836, updated. 686768228ffccfa16bc367776cff3eb6dd9f86dc [2836] style fix: folded a long line.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 16 16:59:22 UTC 2013


The branch, trac2836 has been updated
       via  686768228ffccfa16bc367776cff3eb6dd9f86dc (commit)
      from  433488548230ab8742f9d7b71fa33bc56484ec86 (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 686768228ffccfa16bc367776cff3eb6dd9f86dc
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu May 16 09:59:14 2013 -0700

    [2836] style fix: folded a long line.

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

Summary of changes:
 src/lib/datasrc/memory/zone_data_updater.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_data_updater.h b/src/lib/datasrc/memory/zone_data_updater.h
index 43da9f9..e8826bd 100644
--- a/src/lib/datasrc/memory/zone_data_updater.h
+++ b/src/lib/datasrc/memory/zone_data_updater.h
@@ -83,8 +83,8 @@ public:
         if (mem_sgmt_.setNamedAddress("updater_zone_data", zone_data_)) {
             // It might have relocated during the set
             zone_data_ =
-                static_cast<ZoneData*>(mem_sgmt_.getNamedAddress("updater_zone_data").
-                                       second);
+                static_cast<ZoneData*>(mem_sgmt_.getNamedAddress(
+                                           "updater_zone_data").second);
         }
         assert(zone_data_);
     }



More information about the bind10-changes mailing list