From 4690e8b3f2b38d49832fde62ed3d9a51078441c8 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Fri, 29 Mar 2024 15:34:17 -0700 Subject: [PATCH] osd/PeeringState: cosmetic fix for long line Signed-off-by: Samuel Just --- src/osd/PeeringState.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osd/PeeringState.cc b/src/osd/PeeringState.cc index 8d768ec4a66..c607d108c6a 100644 --- a/src/osd/PeeringState.cc +++ b/src/osd/PeeringState.cc @@ -4118,7 +4118,8 @@ void PeeringState::merge_new_log_entries( psdout(10) << entries << dendl; ceph_assert(is_primary()); - bool rebuild_missing = append_log_entries_update_missing(entries, t, trim_to, roll_forward_to); + bool rebuild_missing = append_log_entries_update_missing( + entries, t, trim_to, roll_forward_to); for (auto i = acting_recovery_backfill.begin(); i != acting_recovery_backfill.end(); ++i) { -- 2.47.3