gofmt some files

This commit is contained in:
2023-10-04 01:23:03 -05:00
committed by John K. Luebs
parent 70ea4d3acf
commit 73ca9794ab
6 changed files with 53 additions and 54 deletions

View File

@@ -8,9 +8,9 @@ import (
"bytes"
"encoding/binary"
"os"
"path/filepath"
"syscall"
"unsafe"
"path/filepath"
"github.com/pkg/xattr"
)
@@ -52,7 +52,7 @@ func ioctl(f *os.File, request uintptr, attrp *uint32) error {
}
type xattrHandle struct {
f *os.File
f *os.File
fullPath string
}