Commit 6ff9f82d authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Drop blanks.

parent 6e3c2542
...@@ -135,7 +135,6 @@ func (me *DefaultRawFuseFileSystem) FsyncDir(header *InHeader, input *FsyncIn) ( ...@@ -135,7 +135,6 @@ func (me *DefaultRawFuseFileSystem) FsyncDir(header *InHeader, input *FsyncIn) (
return ENOSYS return ENOSYS
} }
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
// DefaultFuseFile // DefaultFuseFile
...@@ -159,7 +158,6 @@ func (me *DefaultFuseFile) Fsync(*FsyncIn) (code Status) { ...@@ -159,7 +158,6 @@ func (me *DefaultFuseFile) Fsync(*FsyncIn) (code Status) {
return ENOSYS return ENOSYS
} }
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
// DefaultPathFilesystem // DefaultPathFilesystem
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment