Parcourir la source

[2138] editorial fix: combine two short lines

JINMEI Tatuya il y a 12 ans
Parent
commit
b34e331346
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/bin/auth/command.cc

+ 1 - 2
src/bin/auth/command.cc

@@ -146,8 +146,7 @@ public:
 // Handle the "getstats" command.  The argument is a list.
 class GetStatsCommand : public AuthCommand {
 public:
-    virtual ConstElementPtr exec(AuthSrv& server,
-                                 isc::data::ConstElementPtr) {
+    virtual ConstElementPtr exec(AuthSrv& server, isc::data::ConstElementPtr) {
         return (createAnswer(0, server.getStatistics()));
     }
 };