]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/common/operation: fix comment formatting
authorSamuel Just <sjust@redhat.com>
Mon, 25 Apr 2022 22:26:30 +0000 (15:26 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 2 May 2022 21:47:12 +0000 (21:47 +0000)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/common/operation.h

index 22fefd005d8bf68eb30453a67a2aadfe9d4e67b1..a992b910349f0f65c787d4ff1b0740f240103afd 100644 (file)
@@ -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 <typename T>
   blocking_future<> enter(T &t) {
     /* Strictly speaking, we probably want the blocker to be registered on