mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
Indentation again
This commit is contained in:
parent
3513f0da5f
commit
c73f7099b7
@ -955,9 +955,9 @@ namespace Fsp.Interop
|
|||||||
{
|
{
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user