From: Mukund Sivaraman Date: Tue, 1 Jan 2013 10:18:33 +0000 (+0530) Subject: [2432] Untabify X-Git-Tag: bind10-1.0.0-rc-release~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9c8b8f3cd7ae57265efd4e01c51cbb4526c038f;p=thirdparty%2Fkea.git [2432] Untabify --- diff --git a/src/lib/dns/rrset_collection_base.h b/src/lib/dns/rrset_collection_base.h index 5c4314c7df..46a0c6e02e 100644 --- a/src/lib/dns/rrset_collection_base.h +++ b/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: