BIND 10 trac1198, updated. 614e0ed92f8e6fb5f66277c7fbec8af6149cfa39 [1198] cleanup: removed white spaces at EOLs

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 29 06:33:07 UTC 2011


The branch, trac1198 has been updated
       via  614e0ed92f8e6fb5f66277c7fbec8af6149cfa39 (commit)
      from  afee8bc035223c87c385a6855ab210b4e55cc161 (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 614e0ed92f8e6fb5f66277c7fbec8af6149cfa39
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Nov 28 22:32:54 2011 -0800

    [1198] cleanup: removed white spaces at EOLs

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

Summary of changes:
 src/lib/datasrc/database.cc   |    2 +-
 src/lib/datasrc/database.h    |   16 ++++++++--------
 tools/reorder_message_file.py |    6 +++---
 3 files changed, 12 insertions(+), 12 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.cc b/src/lib/datasrc/database.cc
index 4092d5d..33a1417 100644
--- a/src/lib/datasrc/database.cc
+++ b/src/lib/datasrc/database.cc
@@ -617,7 +617,7 @@ DatabaseClient::Finder::findWildcardMatch(
                     result_status = WILDCARD_NXRRSET;
 
                     if (dnssec_data && nci != found.second.end()) {
-                        // User wants a proof the wildcard doesn't contain 
+                        // User wants a proof the wildcard doesn't contain
                         // the requested type.  However, we need to get the
                         // RRset in the name of the wildcard, not the
                         // constructed one, so we search the tree again.
diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h
index bc3f14e..6726201 100644
--- a/src/lib/datasrc/database.h
+++ b/src/lib/datasrc/database.h
@@ -881,14 +881,14 @@ public:
                             const FindOptions options);
 
         /// \brief Find wildcard match
-        /// 
+        ///
         /// Having found that the name is not an empty non-terminal, this
         /// searches the zone for for wildcards that match the name.
-        /// 
+        ///
         /// It searches superdomains of the name from the zone origin down
         /// looking for a wildcard in the zone that matches the name.  There
         /// are several cases to consider:
-        /// 
+        ///
         /// - If the previous search for a delegation point has found that
         ///   there is an NS at the superdomain of the point at which the
         ///   wildcard is found, the delegation is returned.
@@ -897,18 +897,18 @@ public:
         ///   the indication of a match but no RRs relevant to the query).
         /// - If the match is to an non-empty non-terminal wildcard, a
         ///   wildcard NXRRSET is returned.
-        /// 
+        ///
         /// Note that if DNSSEC is enabled for the search and the zone uses
         /// NSEC for authenticated denial of existence, the search may
         /// return NSEC records.
-        /// 
+        ///
         /// \param name The name to find
         /// \param type The RRType to find
         /// \param options Options about how to search. See the documentation
         ///        for ZoneFinder::FindOptions.
         /// \param dresult Result of the search through the zone for a
         ///        delegation.
-        /// 
+        ///
         /// \return Tuple holding the result of the search - the RRset of the
         ///         wildcard records matching the name, together with a status
         ///         indicating the match type (e.g. CNAME at the wildcard
@@ -934,14 +934,14 @@ public:
         /// - Wildcard: is there a wildcard record in the zone that matches
         ///   requested name? If so, return it.  If not, return the relevant
         ///   NSEC records (if requested).
-        /// 
+        ///
         /// \param name The name to find
         /// \param type The RRType to find
         /// \param options Options about how to search. See the documentation
         ///        for ZoneFinder::FindOptions.
         /// \param dresult Result of the search through the zone for a
         ///        delegation.
-        /// 
+        ///
         /// \return Tuple holding the result of the search - the RRset of the
         ///         wildcard records matching the name, together with a status
         ///         indicating the match type (e.g. CNAME at the wildcard
diff --git a/tools/reorder_message_file.py b/tools/reorder_message_file.py
index 4829fc4..c3511c6 100644
--- a/tools/reorder_message_file.py
+++ b/tools/reorder_message_file.py
@@ -94,7 +94,7 @@ def canonicalise_message_line(line):
     # Extract the first word (the message ID)
     words = line.split()
     message_line = "% " + words[0]
-    
+
     # ... and now the rest of the line
     if len(line) > len(words[0]):
         message_line = message_line + " " + line[len(words[0]):].lstrip()
@@ -129,14 +129,14 @@ def make_dict(lines):
             message_lines = [message_key]
         else:
             message_lines.append(lines[index])
-        
+
         index = index + 1
 
     dictionary[message_key] = removeEmptyLeadingTrailing(message_lines)
 
     return dictionary
 
-        
+
 def print_dict(dictionary):
     """
     Prints the dictionary with a blank line between entries.




More information about the bind10-changes mailing list