Parcourir la source

[1894] Minor coding style fix

Mukund Sivaraman il y a 11 ans
Parent
commit
7c1e2ec6c9
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/lib/datasrc/memory/zone_finder.cc

+ 2 - 1
src/lib/datasrc/memory/zone_finder.cc

@@ -968,7 +968,8 @@ InMemoryZoneFinder::findNSEC3(const isc::dns::Name& name, bool recursive) {
     // the deepest label one by one, until we find a name that has a matching
     // NSEC3 hash.
     for (unsigned int labels = qlabels; labels >= olabels;
-         --labels, name_ls.stripLeft(1)) {
+         --labels, name_ls.stripLeft(1))
+    {
         const std::string hlabel = hash->calculate(name_ls);
 
         LOG_DEBUG(logger, DBG_TRACE_BASIC, DATASRC_MEMORY_FINDNSEC3_TRYHASH).