Browse Source

[2850] Indent correctly

Mukund Sivaraman 12 years ago
parent
commit
02c2f7f80e
1 changed files with 1 additions and 1 deletions
  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;