From: JINMEI Tatuya Date: Sat, 2 Feb 2013 03:43:55 +0000 (-0800) Subject: [2157] editorial: unify two short lines X-Git-Tag: bind10-1.1.0beta1-release~85^2~5^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b479207c875b0c09d3e2fc92e05ccf0e46a8773;p=thirdparty%2Fkea.git [2157] editorial: unify two short lines --- diff --git a/src/bin/auth/statistics.cc.pre b/src/bin/auth/statistics.cc.pre index af3b44f58a..21141b0c07 100644 --- a/src/bin/auth/statistics.cc.pre +++ b/src/bin/auth/statistics.cc.pre @@ -206,9 +206,7 @@ Counters::incResponse(const MessageAttributes& msgattrs, isc_throw(isc::Unexpected, "Opcode of the request is empty while it is" " responded"); } - if (!msgattrs.requestHasBadSig() && - opcode.get() == Opcode::QUERY()) - { + if (!msgattrs.requestHasBadSig() && opcode.get() == Opcode::QUERY()) { // compound attributes const unsigned int answer_rrs = response.getRRCount(Message::SECTION_ANSWER);