From c9c62b1831de7b79ad0f0723d367583790143d4f Mon Sep 17 00:00:00 2001 From: FrKaram Date: Sun, 1 Jul 2018 13:48:48 +0200 Subject: [PATCH] Fixed Indentation --- tst/memfs-dotnet/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/memfs-dotnet/Program.cs b/tst/memfs-dotnet/Program.cs index fd258cd9..3d5b04d2 100644 --- a/tst/memfs-dotnet/Program.cs +++ b/tst/memfs-dotnet/Program.cs @@ -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;