Skip to content

Commit e2addf4

Browse files
committed
pkg/mount: normalize comment formatting
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 0b155db commit e2addf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/mount/mountinfo_freebsd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"unsafe"
1414
)
1515

16-
//parseMountTable returns information about mounted filesystems
16+
// parseMountTable returns information about mounted filesystems
1717
func parseMountTable(filter FilterFunc) ([]*Info, error) {
1818
var rawEntries *C.struct_statfs
1919

0 commit comments

Comments
 (0)