[svn] commit: r549 - /branches/parkinglot/src/bin/parkinglot/data_source_plot.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 27 00:49:20 UTC 2010


Author: jinmei
Date: Wed Jan 27 00:49:20 2010
New Revision: 549

Log:
removed a (seemingly) unnecessary white space

Modified:
    branches/parkinglot/src/bin/parkinglot/data_source_plot.cc

Modified: branches/parkinglot/src/bin/parkinglot/data_source_plot.cc
==============================================================================
--- branches/parkinglot/src/bin/parkinglot/data_source_plot.cc (original)
+++ branches/parkinglot/src/bin/parkinglot/data_source_plot.cc Wed Jan 27 00:49:20 2010
@@ -66,10 +66,10 @@
 }
 
 SearchResult
-DataSourceParkingLot:: findRRsets(const isc::dns::Name& zone_name,
-                                  const isc::dns::Name& name,
-                                  const isc::dns::RRClass& clas,
-                                  const isc::dns::RRType& type) {
+DataSourceParkingLot::findRRsets(const isc::dns::Name& zone_name,
+                                 const isc::dns::Name& name,
+                                 const isc::dns::RRClass& clas,
+                                 const isc::dns::RRType& type) {
     SearchResult result;
     Name authors_name("authors.bind");
     Name version_name("version.bind");




More information about the bind10-changes mailing list