[svn] commit: r2174 - /trunk/src/lib/dns/name.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Jun 19 22:50:55 UTC 2010


Author: jinmei
Date: Sat Jun 19 22:50:55 2010
New Revision: 2174

Log:
style fix: removed redundant spaces in a blank line.
trivial, skipping review.

Modified:
    trunk/src/lib/dns/name.cc

Modified: trunk/src/lib/dns/name.cc
==============================================================================
--- trunk/src/lib/dns/name.cc (original)
+++ trunk/src/lib/dns/name.cc Sat Jun 19 22:50:55 2010
@@ -267,7 +267,7 @@
         if (state == ft_ordinary) {
             assert(count != 0);
             ndata.at(offsets.back()) = count;
-            
+
             offsets.push_back(ndata.size());
             // add a trailing \0
             ndata.push_back('\0');




More information about the bind10-changes mailing list