aboutsummaryrefslogtreecommitdiff
path: root/internal/fusefrontend/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/fusefrontend/file.go')
-rw-r--r--internal/fusefrontend/file.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/fusefrontend/file.go b/internal/fusefrontend/file.go
index 2e0b504..c93c384 100644
--- a/internal/fusefrontend/file.go
+++ b/internal/fusefrontend/file.go
@@ -49,10 +49,10 @@ func NewFile(fd *os.File, writeOnly bool, contentEnc *contentenc.ContentEnc) nod
wlock.register(st.Ino)
return &file{
- fd: fd,
- writeOnly: writeOnly,
+ fd: fd,
+ writeOnly: writeOnly,
contentEnc: contentEnc,
- ino: st.Ino,
+ ino: st.Ino,
}
}