Skip to content

Commit 2b3642b

Browse files
committed
remove trailing whitespace
1 parent c3241d0 commit 2b3642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/local.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ pub mod fast {
374374
// This data structure has been carefully constructed so that the fast path
375375
// only contains one branch on x86. That optimization is necessary to avoid
376376
// duplicated tls lookups on OSX.
377-
//
377+
//
378378
// LLVM issue: https://bugs.llvm.org/show_bug.cgi?id=41722
379379
pub struct Key<T> {
380380
// If `LazyKeyInner::get` returns `None`, that indicates either:

0 commit comments

Comments
 (0)