]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
ipc/winpipe: go fmt
authorMatt Layher <mdlayher@gmail.com>
Mon, 3 Jun 2019 18:38:42 +0000 (14:38 -0400)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 3 Jun 2019 20:15:36 +0000 (22:15 +0200)
Signed-off-by: Matt Layher <mdlayher@gmail.com>
ipc/winpipe/sd.go

index 5f99a3289836a906771ac1edf93e1dcfe8db3204..75686b2b36010b05e592ab206d3bf7cb886b9a21 100644 (file)
@@ -26,4 +26,4 @@ func SddlToSecurityDescriptor(sddl string) ([]byte, error) {
        sd := make([]byte, getSecurityDescriptorLength(sdBuffer))
        copy(sd, (*[0xffff]byte)(unsafe.Pointer(sdBuffer))[:len(sd)])
        return sd, nil
-}
\ No newline at end of file
+}