Parcourir la source

[2208] Untabify

Mukund Sivaraman il y a 12 ans
Parent
commit
82d164c20e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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() {