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