Browse Source

[1579] folded a long line

JINMEI Tatuya 13 years ago
parent
commit
cd6faa250e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/database.cc

+ 2 - 1
src/lib/datasrc/database.cc

@@ -975,7 +975,8 @@ DatabaseClient::Finder::findInternal(const Name& name, const RRType& type,
     } else {
         // Did not find anything at all at the domain name, so check for
         // subdomains or wildcards.
-        return (findNoNameResult(name, type, options, dresult, target, is_nsec3));
+        return (findNoNameResult(name, type, options, dresult, target,
+                                 is_nsec3));
     }
 }