]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2157] editorial: unify two short lines
authorJINMEI Tatuya <jinmei@isc.org>
Sat, 2 Feb 2013 03:43:55 +0000 (19:43 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Sat, 2 Feb 2013 03:43:55 +0000 (19:43 -0800)
src/bin/auth/statistics.cc.pre

index af3b44f58a2127f49885a7fa0907b344796f527d..21141b0c07e4516fe502574357040ebc95aec7e3 100644 (file)
@@ -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);