mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
style: strip trailing whitespace from lock::ranked
module (#5815)
This commit is contained in:
parent
d309bba8fc
commit
702c8cb693
@ -33,7 +33,7 @@
|
||||
//! it is among its youngest lock's permitted followers. Thus, as a thread
|
||||
//! acquires locks, it must be traversing a path through the graph along its
|
||||
//! edges.
|
||||
//!
|
||||
//!
|
||||
//! - Because there are no cycles in the graph, whenever one thread is blocked
|
||||
//! waiting to acquire a lock, that lock must be held by a different thread: if
|
||||
//! you were allowed to acquire a lock you already hold, that would be a cycle in
|
||||
|
Loading…
Reference in New Issue
Block a user