]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2432] Untabify
authorMukund Sivaraman <muks@isc.org>
Tue, 1 Jan 2013 10:18:33 +0000 (15:48 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 1 Jan 2013 10:18:33 +0000 (15:48 +0530)
src/lib/dns/rrset_collection_base.h

index 5c4314c7df618bc3e323af47edc829957b4a11fe..46a0c6e02eddfb08e8d8da9e864a715f7157485d 100644 (file)
@@ -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: