mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	Fixed Indentation
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user