]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2432] Untabify
authorMukund Sivaraman <muks@isc.org>
Wed, 26 Dec 2012 05:47:10 +0000 (11:17 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 26 Dec 2012 05:47:10 +0000 (11:17 +0530)
src/lib/dns/rrset_collection.h

index b1998ae4d80e48d8cf4b3b70db61ff0f7b3f2332..fa8592768eeede73d40d9bb7b6a6b44054ddf1cb 100644 (file)
@@ -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,