From 0fabd8493fa2b6556102b59e26466f7eb708dace Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 25 Apr 2022 15:26:30 -0700 Subject: [PATCH] crimson/common/operation: fix comment formatting Signed-off-by: Samuel Just --- src/crimson/common/operation.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/crimson/common/operation.h b/src/crimson/common/operation.h index 22fefd005d8..a992b910349 100644 --- a/src/crimson/common/operation.h +++ b/src/crimson/common/operation.h @@ -427,11 +427,11 @@ public: PipelineHandle &operator=(PipelineHandle&&) = default; /** - * Returns a future which unblocks when the handle has entered the passed - * OrderedPipelinePhase. If already in a phase, enter will also release - * that phase after placing itself in the queue for the next one to preserve - * ordering. - */ + * Returns a future which unblocks when the handle has entered the passed + * OrderedPipelinePhase. If already in a phase, enter will also release + * that phase after placing itself in the queue for the next one to preserve + * ordering. + */ template blocking_future<> enter(T &t) { /* Strictly speaking, we probably want the blocker to be registered on -- 2.39.5