From c73f7099b7f135cf1d5d3175ffefe9154c3c49b0 Mon Sep 17 00:00:00 2001 From: FrKaram Date: Sun, 1 Jul 2018 13:51:17 +0200 Subject: [PATCH] Indentation again --- src/dotnet/Interop.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dotnet/Interop.cs b/src/dotnet/Interop.cs index f42dd098..1db7d329 100644 --- a/src/dotnet/Interop.cs +++ b/src/dotnet/Interop.cs @@ -955,9 +955,9 @@ namespace Fsp.Interop { fixed (Byte *C = CurrentReparseData) fixed (Byte *R = ReplaceReparseData) - return _FspFileSystemCanReplaceReparsePoint( - (IntPtr)C, (UIntPtr)CurrentReparseData.Length, - (IntPtr)R, (UIntPtr)ReplaceReparseData.Length); + return _FspFileSystemCanReplaceReparsePoint( + (IntPtr)C, (UIntPtr)CurrentReparseData.Length, + (IntPtr)R, (UIntPtr)ReplaceReparseData.Length); } internal static Int32 SetDebugLogFile(String FileName)