Browse Source

[2108] Untabify code

Mukund Sivaraman 12 years ago
parent
commit
cf353d1ae8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/tests/memory_client_unittest.cc

+ 1 - 1
src/lib/datasrc/memory/tests/memory_client_unittest.cc

@@ -151,7 +151,7 @@ TEST_F(MemoryClientTest, loadRRSIGTypeUnmatched) {
 
 TEST_F(MemoryClientTest, loadRRSIGs) {
     client_->load(Name("example.org"),
-		  TEST_DATA_DIR "/example.org-rrsigs.zone");
+                  TEST_DATA_DIR "/example.org-rrsigs.zone");
     EXPECT_EQ(1, client_->getZoneCount());
 }