From: Mukund Sivaraman Date: Tue, 4 Feb 2014 04:19:12 +0000 (+0530) Subject: [1894] Minor coding style fix X-Git-Tag: bind10-1.2.0beta1-release~51^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c1e2ec6c98e82f0f14fbe479cb2e4f68117f8d0;p=thirdparty%2Fkea.git [1894] Minor coding style fix --- diff --git a/src/lib/datasrc/memory/zone_finder.cc b/src/lib/datasrc/memory/zone_finder.cc index 20ec149ac0..d121de6161 100644 --- a/src/lib/datasrc/memory/zone_finder.cc +++ b/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).