]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1894] Minor coding style fix
authorMukund Sivaraman <muks@isc.org>
Tue, 4 Feb 2014 04:19:12 +0000 (09:49 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 4 Feb 2014 04:19:12 +0000 (09:49 +0530)
src/lib/datasrc/memory/zone_finder.cc

index 20ec149ac0da5cdce74bdadf2b9037345aaafe9f..d121de6161ae3367d07ed757326d1e307610ebd7 100644 (file)
@@ -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).