]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1580] removed white space at EOL and in blank line.
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 16 Feb 2012 06:30:58 +0000 (22:30 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 16 Feb 2012 06:30:58 +0000 (22:30 -0800)
src/bin/auth/query.cc
src/bin/auth/tests/query_unittest.cc

index cfb0ccb61828d196a98d0b90fa1694a6db5306a3..7f15fa4c607e1e86ba06160225fb5de1410dd649 100644 (file)
@@ -172,7 +172,7 @@ Query::addNXDOMAINProof(ZoneFinder& finder, ConstRRsetPtr nsec) {
 // findNSEC3() in this method should result an FindNSEC3Result that proves
 // the Closest Encloser Proof and non existent of matching wildcard.
 // Firstly, the call to findNSEC3() set the recursive to true in order to
-// get the an NSEC3 RR that matches the closest (provable) encloser and 
+// get the an NSEC3 RR that matches the closest (provable) encloser and
 // an NSEC3 RR that covers the "next closer" name to the closest encloser.
 // This corresponds to Section 7.2.1 of RFC 5155.
 // Then,construct the wildcard domain, call to findNSEC3() set the recursive
index 8d82d97319fedaa3722fb20baa3cc507b24714da..6f98bda577e56da0b023c6574ee7f03a2573274f 100644 (file)
@@ -1672,7 +1672,7 @@ TEST_F(QueryTest, nxdomainWithBadNextNSEC3Proof) {
     ZoneFinder::FindNSEC3Result nsec3(true, 0, textToRRset(nsec3_apex_txt),
                                       ConstRRsetPtr());
     mock_finder->setNSEC3Result(&nsec3);
-    
+
     EXPECT_THROW(Query(memory_client, Name("nxdomain.example.com"),
                        RRType::TXT(), response, true).process(),
                  Query::BadNSEC3);