Browse Source

[trac61] removed a trailing white space after EOL

JINMEI Tatuya 14 years ago
parent
commit
e6e3ba735b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/dnssectime.cc

+ 1 - 1
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);
         }
     }