mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
Fixed Indentation
This commit is contained in:
parent
8422e8121c
commit
c9c62b1831
@ -70,7 +70,7 @@ namespace memfs
|
||||
{
|
||||
FileInfo FileInfo = MainFileNode.FileInfo;
|
||||
FileInfo.FileAttributes &= ~(UInt32)FileAttributes.Directory;
|
||||
/* named streams cannot be directories */
|
||||
/* named streams cannot be directories */
|
||||
FileInfo.AllocationSize = this.FileInfo.AllocationSize;
|
||||
FileInfo.FileSize = this.FileInfo.FileSize;
|
||||
return FileInfo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user