Spacing standard on Emby.Server.Implementations/IO/ManagedFileSystem.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/3585/head
Ken 4 years ago committed by GitHub
parent 6a39b1a4ca
commit d719ca78b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -247,7 +247,7 @@ namespace Emby.Server.Implementations.IO
result.Length = fileInfo.Length;
// Issue #2354 get the size of files behind symbolic links
if(fileInfo.Attributes.HasFlag(FileAttributes.ReparsePoint))
if (fileInfo.Attributes.HasFlag(FileAttributes.ReparsePoint))
{
using (Stream thisFileStream = File.OpenRead(fileInfo.ToString()))
{

Loading…
Cancel
Save