From: JINMEI Tatuya Date: Wed, 14 Nov 2012 07:33:15 +0000 (-0800) Subject: [2157] some more trivial style fixes X-Git-Tag: bind10-1.1.0beta1-release~85^2~5^2~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82896b534152bc5c29d8db5939965c073e283dd4;p=thirdparty%2Fkea.git [2157] some more trivial style fixes --- diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc index 4ea4c8b5a0..d44c323c27 100644 --- a/src/bin/auth/tests/auth_srv_unittest.cc +++ b/src/bin/auth/tests/auth_srv_unittest.cc @@ -435,7 +435,8 @@ TEST_F(AuthSrvTest, TSIGCheckFirst) { // TSIG should have failed, and so the per opcode counter shouldn't be // incremented. ConstElementPtr stats = server.getStatistics(); - expectCounterItem(stats->get("zones")->get("_SERVER_")->get("opcode"), "other", 0); + expectCounterItem(stats->get("zones")->get("_SERVER_")->get("opcode"), + "other", 0); checkAllRcodeCountersZeroExcept(Rcode::NOTAUTH(), 1); } diff --git a/src/bin/auth/tests/statistics_unittest.cc.pre b/src/bin/auth/tests/statistics_unittest.cc.pre index cc58ec7b5d..1e04de2a75 100644 --- a/src/bin/auth/tests/statistics_unittest.cc.pre +++ b/src/bin/auth/tests/statistics_unittest.cc.pre @@ -55,7 +55,7 @@ protected: }; void -flatten(std::map &flat_map, const std::string &prefix, +flatten(std::map& flat_map, const std::string& prefix, const isc::data::ConstElementPtr map_element) { std::map map = map_element->mapValue(); for (std::map::const_iterator