Browse Source

[2432] Untabify

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

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

@@ -50,7 +50,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 = 0;
 
 protected: