Browse Source

cleanup: removed white spaces in a blank line

JINMEI Tatuya 14 years ago
parent
commit
36b738c03e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/tests/query_unittest.cc

+ 1 - 1
src/bin/auth/tests/query_unittest.cc

@@ -322,7 +322,7 @@ TEST_F(QueryTest, exactAnyMatch) {
 TEST_F(QueryTest, noApexNS) {
     // Disable apex NS record
     mock_zone->setApexNSFlag(false);
-    
+
     EXPECT_THROW(Query(memory_datasrc, Name("noglue.example.com"), qtype,
                        response).process(), Query::NoApexNS);
     // We don't look into the response, as it threw