aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_windows.go
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2025-07-11 22:51:46 +0200
committerGopher Robot <gobot@golang.org>2025-07-11 14:27:24 -0700
commit6ebb5f56d9ed35588970ce69cbad63508403bb8d (patch)
tree685a103fc4e5c45ced3db88db446c3787804463d /src/runtime/os_windows.go
parent1e48ca7020adf13e0fa4a6c2053f210b869bfa24 (diff)
downloadgo-6ebb5f56d9ed35588970ce69cbad63508403bb8d.tar.xz
runtime: gofmt after CL 643897 and CL 662455
Change-Id: I3103325ebe29509c00b129a317b5708aece575a0 Reviewed-on: https://go-review.googlesource.com/c/go/+/687715 Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Diffstat (limited to 'src/runtime/os_windows.go')
-rw-r--r--src/runtime/os_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/os_windows.go b/src/runtime/os_windows.go
index 8f77cd50f8..04752f2603 100644
--- a/src/runtime/os_windows.go
+++ b/src/runtime/os_windows.go
@@ -909,6 +909,7 @@ func unminit() {
// resources in minit, semacreate, or elsewhere. Do not take locks after calling this.
//
// This always runs without a P, so //go:nowritebarrierrec is required.
+//
//go:nowritebarrierrec
//go:nosplit
func mdestroy(mp *m) {