]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PGMap: fix else indentation
authorJosh Durgin <josh.durgin@dreamhost.com>
Fri, 10 Feb 2012 21:03:22 +0000 (13:03 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Sat, 18 Feb 2012 00:34:35 +0000 (16:34 -0800)
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/mon/PGMap.cc

index 3d1076008ee32018f1e4211623998718d474bab6..aa7f7961204f529bba26838ba3098691ae4b5990 100644 (file)
@@ -40,7 +40,7 @@ void PGMap::Incremental::decode(bufferlist::iterator &bl)
       pg_t pgid = opgid;
       ::decode(pg_stat_updates[pgid], bl);
     }
-      } else {
+  } else {
     ::decode(pg_stat_updates, bl);
   }
   ::decode(osd_stat_updates, bl);