From 2056766b4f9b0395d63662c228c044aa7e459002 Mon Sep 17 00:00:00 2001 From: FrKaram Date: Sun, 1 Jul 2018 13:52:09 +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 1db7d329..41b65aea 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)