Skip to content

Commit c6b8e99

Browse files
authored
[thread.lock.general] Remove superfluous whitespace (#8710)
1 parent ba9d399 commit c6b8e99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/threads.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8152,9 +8152,9 @@
81528152
struct adopt_lock_t { }; // assume the calling thread has already
81538153
// obtained mutex ownership and manage it
81548154

8155-
inline constexpr defer_lock_t defer_lock { };
8156-
inline constexpr try_to_lock_t try_to_lock { };
8157-
inline constexpr adopt_lock_t adopt_lock { };
8155+
inline constexpr defer_lock_t defer_lock { };
8156+
inline constexpr try_to_lock_t try_to_lock { };
8157+
inline constexpr adopt_lock_t adopt_lock { };
81588158
}
81598159
\end{codeblock}
81608160

0 commit comments

Comments
 (0)