Browse Source

removed a (seemingly) unnecessary white space

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@549 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
ee8fefeaf6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/bin/parkinglot/data_source_plot.cc

+ 4 - 4
src/bin/parkinglot/data_source_plot.cc

@@ -66,10 +66,10 @@ DataSourceParkingLot::hasZoneFor(const Name& name, Name &zone_name)
 }
 
 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");