]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] Indent correctly
authorMukund Sivaraman <muks@isc.org>
Fri, 3 May 2013 07:36:05 +0000 (13:06 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 3 May 2013 07:36:05 +0000 (13:06 +0530)
src/lib/datasrc/memory/zone_table_segment_mapped.cc

index 2bc7603e125fb54b43c80552dd775eb11d3a1d20..41c8c2b4d289f0cd4133eedbcffe70ec634cbd06 100644 (file)
@@ -213,7 +213,7 @@ ZoneTableSegmentMapped::reset(MemorySegmentOpenMode mode,
         break;
 
     case READ_ONLY:
-         openReadOnly(filename);
+        openReadOnly(filename);
     }
 
     current_mode_ = mode;