Skip to content

Commit fea55db

Browse files
committed
[clang-tidy][DOC] Fix syntax in coroutine-hostile-raii.rst
Fix 'Bullet list ends without a blank line; unexpected unindent.
1 parent 1a21196 commit fea55db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang-tools-extra/docs/clang-tidy/checks/misc/coroutine-hostile-raii.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ you must do so without allowing the coroutine to suspend in the meantime.
2020
Following types are considered as hostile:
2121

2222
- Scoped-lockable types: A scoped-lockable object persisting across a suspension
23-
point is problematic as the lock held by this object could be unlocked by a
24-
different thread. This would be undefined behaviour.
25-
This includes all types annotated with the ``scoped_lockable`` attribute.
23+
point is problematic as the lock held by this object could be unlocked by a
24+
different thread. This would be undefined behaviour.
25+
This includes all types annotated with the ``scoped_lockable`` attribute.
2626

2727
- Types belonging to a configurable denylist.
2828

0 commit comments

Comments
 (0)