]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1584] trivial editorial fixes to meet the coding guidelines.
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 16 Feb 2012 21:08:09 +0000 (13:08 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 16 Feb 2012 21:08:09 +0000 (13:08 -0800)
src/bin/auth/query.cc
src/bin/auth/query.h

index 0f68cf7710d4d016370366f8b3cd941b03566c54..88f0017bef25dfc460b8809f741a29ca30ef701a 100644 (file)
@@ -169,7 +169,7 @@ Query::addNXDOMAINProof(ZoneFinder& finder, ConstRRsetPtr nsec) {
 
 void
 Query::addWildcardProof(ZoneFinder& finder,
-               const ZoneFinder::FindResult& db_result) 
+                        const ZoneFinder::FindResult& db_result)
 {
        // The query name shouldn't exist in the zone if there were no wildcard
        // substitution.  Confirm that by specifying NO_WILDCARD.  It should result
@@ -195,7 +195,7 @@ Query::addWildcardProof(ZoneFinder& finder,
                response_.addRRset(Message::SECTION_AUTHORITY,
                                boost::const_pointer_cast<AbstractRRset>(
                                        NSEC3Result.next_proof), dnssec_);
-               const Name wname = 
+               const Name wname =
                        qname_.split(qname_.getLabelCount() - NSEC3Result.closest_labels - 1);
                const ZoneFinder::FindNSEC3Result wresult(finder.findNSEC3(wname,
                                        false));
index dfd93f0178f4ba3beeccfb75dd50e594ebac3b6e..cbe286e85c90773927086d93bd644697d86427a8 100644 (file)
@@ -106,8 +106,9 @@ private:
     /// Add NSEC RRs that prove a wildcard answer is the best one.
     ///
     /// This corresponds to Section 3.1.3.3 of RFC 4035.
-    void addWildcardProof(isc::datasrc::ZoneFinder& finder,
-                       const isc::datasrc::ZoneFinder::FindResult& dbResult);
+    void addWildcardProof(
+        isc::datasrc::ZoneFinder& finder,
+        const isc::datasrc::ZoneFinder::FindResult& dbResult);
 
     /// \brief Adds one NSEC RR proved no matched QNAME,one NSEC RR proved no
     /// matched <QNAME,QTYPE> through wildcard extension.