Browse Source

[master] editorial cleanup: combine two short lines

I just happen to notice it, and since it's very trivial I'm making the
change directly.
JINMEI Tatuya 12 years ago
parent
commit
7f11d6a78b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/auth/query.cc

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

@@ -562,8 +562,7 @@ Query::reset() {
 
 
 bool
 bool
 Query::processDSAtChild() {
 Query::processDSAtChild() {
-    const ClientList::FindResult zresult =
-        client_list_->find(*qname_, true);
+    const ClientList::FindResult zresult = client_list_->find(*qname_, true);
 
 
     if (zresult.dsrc_client_ == NULL) {
     if (zresult.dsrc_client_ == NULL) {
         return (false);
         return (false);