]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/OSDMapMapping.h
import ceph quincy 17.2.6
[ceph.git] / ceph / src / osd / OSDMapMapping.h
index 216c30446a95a216230681f94feb73cf3f7db3bd..8f779c41e6698a39a390feab47ff4e941ec32e43 100644 (file)
@@ -325,7 +325,7 @@ public:
     }
   }
 
-  const mempool::osdmap_mapping::vector<pg_t>& get_osd_acting_pgs(unsigned osd) { 
+  const mempool::osdmap_mapping::vector<pg_t>& get_osd_acting_pgs(unsigned osd) {
     ceph_assert(osd < acting_rmap.size());
     return acting_rmap[osd];
   }