From: Samuel Just Date: Wed, 21 Feb 2024 00:41:26 +0000 (-0800) Subject: crimson/.../shard_services.cc: trivial formatting fix X-Git-Tag: v20.0.0~2562^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4d430f673a64bbfab0682911de8b22a44fc052bb;p=ceph.git crimson/.../shard_services.cc: trivial formatting fix Signed-off-by: Samuel Just --- diff --git a/src/crimson/osd/shard_services.cc b/src/crimson/osd/shard_services.cc index 604c045eb9b8..e20e310dc2cc 100644 --- a/src/crimson/osd/shard_services.cc +++ b/src/crimson/osd/shard_services.cc @@ -809,7 +809,7 @@ seastar::future> OSDSingletonState::build_incremental_map_msg( monc.get_fsid(), osdmap->get_encoding_features()), [this, &first, FNAME, last](unsigned int map_message_max, - auto& m) { + auto &m) { m->cluster_osdmap_trim_lower_bound = superblock.cluster_osdmap_trim_lower_bound; m->newest_map = superblock.get_newest_map(); auto maybe_handle_mapgap = seastar::now();