BIND 10 trac61, updated. e6e3ba735b384ebe4ee1ccacb39af2100bdd5f19 [trac61] removed a trailing white space after EOL

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Feb 19 01:03:45 UTC 2011


The branch, trac61 has been updated
       via  e6e3ba735b384ebe4ee1ccacb39af2100bdd5f19 (commit)
      from  301cadd12c9f4aec34835ffde2abdc808ab28936 (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 e6e3ba735b384ebe4ee1ccacb39af2100bdd5f19
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Feb 18 17:03:30 2011 -0800

    [trac61] removed a trailing white space after EOL

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

Summary of changes:
 src/lib/dns/dnssectime.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/dnssectime.cc b/src/lib/dns/dnssectime.cc
index 8167570..e70cb24 100644
--- a/src/lib/dns/dnssectime.cc
+++ b/src/lib/dns/dnssectime.cc
@@ -166,7 +166,7 @@ timeFromText64(const string& time_txt) {
     for (int i = 0; i < time_txt.length(); ++i) {
         if (!isdigit(time_txt.at(i))) {
             isc_throw(InvalidTime, "Couldn't convert non-numeric time value: "
-                      << time_txt); 
+                      << time_txt);
         }
     }
 




More information about the bind10-changes mailing list