Browse Source

[1607] corrected indentation

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

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

@@ -827,7 +827,7 @@ DatabaseClient::Finder::findNoNameResult(const Name& name, const RRType& type,
         const ConstRRsetPtr nsec = dnssec_data ? findNSECCover(name) :
             ConstRRsetPtr();
         return (ResultContext(NXRRSET, nsec,
-                        nsec ? RESULT_NSEC_SIGNED : RESULT_DEFAULT));
+                              nsec ? RESULT_NSEC_SIGNED : RESULT_DEFAULT));
     } else if ((options & NO_WILDCARD) == 0) {
         // It's not an empty non-terminal and wildcard matching is not
         // disabled, so check for wildcards. If there is a wildcard match