]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix for implementation notes appearing in godoc
authorCaleb Spare <cespare@gmail.com>
Wed, 29 Mar 2017 22:18:54 +0000 (15:18 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 29 Mar 2017 22:32:57 +0000 (22:32 +0000)
Change-Id: I31cfae1e98313b68e3bc8f49079491d2725a662b
Reviewed-on: https://go-review.googlesource.com/38850
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/mgclarge.go

index cf5bd9a79345f32b435d8339a064654cb91bc848..3c2b12fe8e3bb9de9b7fd0faaeb219cb3e156c5a 100644 (file)
@@ -24,7 +24,7 @@
 // removeSpan: which removes a specific span from the treap
 //
 // _mheap.lock must be held when manipulating this data structure.
-//
+
 package runtime
 
 import (