Parcourir la source

[2157] editorial: unify two short lines

JINMEI Tatuya il y a 12 ans
Parent
commit
5b479207c8
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      src/bin/auth/statistics.cc.pre

+ 1 - 3
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);