Browse Source

[2432] Untabify

Mukund Sivaraman 12 years ago
parent
commit
0a14dac041
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rrset_collection.h

+ 1 - 1
src/lib/dns/rrset_collection.h

@@ -75,7 +75,7 @@ public:
     /// \returns A pointer to the RRset if found, \c NULL otherwise.
     virtual const isc::dns::AbstractRRset* find
         (const isc::dns::Name& name, const isc::dns::RRType& rrtype,
-	 const isc::dns::RRClass& rrclass)
+         const isc::dns::RRClass& rrclass)
         const;
 
     isc::dns::RRsetPtr find(const isc::dns::Name& name,