]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osdmap: whitespace
authorSage Weil <sage@newdream.net>
Thu, 26 Aug 2010 18:29:37 +0000 (11:29 -0700)
committerSage Weil <sage@newdream.net>
Thu, 26 Aug 2010 19:33:14 +0000 (12:33 -0700)
src/osd/OSDMap.h

index f9773e8302fec859c2c4b7c275f78c549b7d3397..e8186d7877345ca56b0afd11ab737e04b4dec9bf 100644 (file)
@@ -437,7 +437,8 @@ private:
   }
   const entity_addr_t &get_cluster_addr(int osd) {
     assert(exists(osd));
-    if (osd_cluster_addr[osd] == entity_addr_t()) return get_addr(osd);
+    if (osd_cluster_addr[osd] == entity_addr_t())
+      return get_addr(osd);
     return osd_cluster_addr[osd];
   }
   const entity_addr_t &get_hb_addr(int osd) {
@@ -451,7 +452,8 @@ private:
   }
   entity_inst_t get_cluster_inst(int osd) {
     assert(exists(osd) && is_up(osd));
-    if(osd_cluster_addr[osd] == entity_addr_t()) return get_inst(osd);
+    if (osd_cluster_addr[osd] == entity_addr_t())
+      return get_inst(osd);
     return entity_inst_t(entity_name_t::OSD(osd), osd_cluster_addr[osd]);
   }
   entity_inst_t get_hb_inst(int osd) {