From 6f9a7593646c6af0d4f19af2f669ce28b6e30cab 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 Signed-off-by: Jason A. Donenfeld --- tunnel/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tunnel/service.go') diff --git a/tunnel/service.go b/tunnel/service.go index 5c1cc13e..97ffb551 100644 --- a/tunnel/service.go +++ b/tunnel/service.go @@ -184,7 +184,7 @@ func (service *Service) Execute(args []string, r <-chan svc.ChangeRequest, chang dev.Up() log.Println("Waiting for TCP/IP to attach to interface") - waitForFamilies(nativeTun) //TODO: move this sort of thing into tun/wintun/CreateInterface + waitForFamilies(nativeTun) // TODO: move this sort of thing into tun/wintun/CreateInterface log.Println("Monitoring default routes") routeChangeCallback, err = monitorDefaultRoutes(dev, conf.Interface.MTU == 0, nativeTun) -- cgit v1.2.3-59-g8ed1b