]> granicus.if.org Git - pdns/commitdiff
Fix comment indent
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 21 Oct 2016 10:48:24 +0000 (12:48 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 24 Oct 2016 14:09:18 +0000 (16:09 +0200)
pdns/validate.cc

index 39b285b51b1bb01a326366f9a7fbbe79e6d01b3b..4164cf1013d59a9a606cf14d811b2a284fd86b8f 100644 (file)
@@ -85,7 +85,7 @@ static dState getDenial(const cspmap_t &validrrsets, const DNSName& qname, const
         }
 
         /* check if the whole NAME does not exist */
-        if( ((beginHash < h && h < nsec3->d_nexthash) ||                  // no wrap          BEGINNING --- HASH -- END
+        if( ((beginHash < h && h < nsec3->d_nexthash) ||                   // no wrap          BEGINNING --- HASH -- END
               (nsec3->d_nexthash > h  && beginHash > nsec3->d_nexthash) || // wrap             HASH --- END --- BEGINNING
               (nsec3->d_nexthash < beginHash  && beginHash < h) ||         // wrap other case  END --- BEGINNING --- HASH
               beginHash == nsec3->d_nexthash))                             // "we have only 1 NSEC3 record, LOL!"