Fixed identation

This commit is contained in:
FrKaram 2018-07-01 13:46:20 +02:00
parent 88516f371a
commit 8422e8121c

View File

@ -954,10 +954,10 @@ namespace Fsp.Interop
Byte[] ReplaceReparseData) Byte[] ReplaceReparseData)
{ {
fixed (Byte *C = CurrentReparseData) fixed (Byte *C = CurrentReparseData)
fixed (Byte *R = ReplaceReparseData) fixed (Byte *R = ReplaceReparseData)
return _FspFileSystemCanReplaceReparsePoint( return _FspFileSystemCanReplaceReparsePoint(
(IntPtr)C, (UIntPtr)CurrentReparseData.Length, (IntPtr)C, (UIntPtr)CurrentReparseData.Length,
(IntPtr)R, (UIntPtr)ReplaceReparseData.Length); (IntPtr)R, (UIntPtr)ReplaceReparseData.Length);
} }
internal static Int32 SetDebugLogFile(String FileName) internal static Int32 SetDebugLogFile(String FileName)