Browse Source

[2208] Untabify

Mukund Sivaraman 12 years ago
parent
commit
82d164c20e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/tests/memory/zone_table_segment_test.h

+ 2 - 2
src/lib/datasrc/tests/memory/zone_table_segment_test.h

@@ -29,10 +29,10 @@ namespace test {
 class ZoneTableSegmentTest : public ZoneTableSegment {
 public:
     ZoneTableSegmentTest(isc::dns::RRClass rrclass,
-			 isc::util::MemorySegment& mem_sgmt) :
+                         isc::util::MemorySegment& mem_sgmt) :
         ZoneTableSegment(rrclass),
         mem_sgmt_(mem_sgmt),
-	header_(ZoneTable::create(mem_sgmt_, rrclass))
+        header_(ZoneTable::create(mem_sgmt_, rrclass))
     {}
 
     virtual ~ZoneTableSegmentTest() {