From 14dfc4e3e1925fcc3d303100c44ef4c321427c6b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 6 Jun 2019 15:44:29 +0200 Subject: global: cleanup TODO comment spacing --- manager/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manager/service.go') diff --git a/manager/service.go b/manager/service.go index ba7208d8..d6c7d922 100644 --- a/manager/service.go +++ b/manager/service.go @@ -159,7 +159,7 @@ func (service *managerService) Execute(args []string, r <-chan svc.ChangeRequest first = false } - //TODO: we lock the OS thread so that these inheritable handles don't escape into other processes that + // TODO: we lock the OS thread so that these inheritable handles don't escape into other processes that // might be running in parallel Go routines. But the Go runtime is strange and who knows what's really // happening with these or what is inherited. We need to do some analysis to be certain of what's going on. runtime.LockOSThread() -- cgit v1.2.3-59-g8ed1b