Parcourir la source

[2850] Indent correctly

Mukund Sivaraman il y a 12 ans
Parent
commit
02c2f7f80e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/memory/zone_table_segment_mapped.cc

+ 1 - 1
src/lib/datasrc/memory/zone_table_segment_mapped.cc

@@ -213,7 +213,7 @@ ZoneTableSegmentMapped::reset(MemorySegmentOpenMode mode,
         break;
 
     case READ_ONLY:
-         openReadOnly(filename);
+        openReadOnly(filename);
     }
 
     current_mode_ = mode;