incusd: End comments with a period (godot)

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2026-05-25 03:46:22 +00:00
parent 84b8c47361
commit 83638731ce
No known key found for this signature in database
GPG Key ID: C638974D64792D67
6 changed files with 6 additions and 6 deletions

View File

@ -88,7 +88,7 @@ import (
"github.com/spf13/cobra"
// Used by cgo
// Used by cgo.
_ "github.com/lxc/incus/v7/shared/cgo"
)

View File

@ -332,7 +332,7 @@ import (
"github.com/spf13/cobra"
// Used by cgo
// Used by cgo.
_ "github.com/lxc/incus/v7/shared/cgo"
)

View File

@ -633,7 +633,7 @@ import (
"github.com/spf13/cobra"
// Used by cgo
// Used by cgo.
_ "github.com/lxc/incus/v7/shared/cgo"
)

View File

@ -280,7 +280,7 @@ type cmdForkproxy struct {
global *cmdGlobal
}
// UDP session tracking (map "client tuple" to udp session)
// UDP session tracking (map "client tuple" to udp session).
var (
udpSessions = map[string]*udpSession{}
udpSessionsLock sync.Mutex

View File

@ -587,7 +587,7 @@ import (
"github.com/spf13/cobra"
// Used by cgo
// Used by cgo.
_ "github.com/lxc/incus/v7/shared/cgo"
)

View File

@ -359,6 +359,6 @@ __attribute__((constructor)) void init(void) {
import "C"
import (
// Used by cgo
// Used by cgo.
_ "github.com/lxc/incus/v7/shared/cgo"
)