diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:54:44 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:54:44 +0100 |
| commit | e566d9a23163c297bdddddcbffb438c2b951d840 (patch) | |
| tree | aafb8ce014a4183b2f7ebe2704ca76e206a01927 /Emby.Server.Implementations/Security | |
| parent | 742bef5b5f916861920bf7522bc44960a8b4c686 (diff) | |
Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
Diffstat (limited to 'Emby.Server.Implementations/Security')
| -rw-r--r-- | Emby.Server.Implementations/Security/MBLicenseFile.cs | 2 | ||||
| -rw-r--r-- | Emby.Server.Implementations/Security/PluginSecurityManager.cs | 2 | ||||
| -rw-r--r-- | Emby.Server.Implementations/Security/RegRecord.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Security/MBLicenseFile.cs b/Emby.Server.Implementations/Security/MBLicenseFile.cs index fc1c1f0bf..8273ec8b2 100644 --- a/Emby.Server.Implementations/Security/MBLicenseFile.cs +++ b/Emby.Server.Implementations/Security/MBLicenseFile.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; diff --git a/Emby.Server.Implementations/Security/PluginSecurityManager.cs b/Emby.Server.Implementations/Security/PluginSecurityManager.cs index ddff00628..cb224627c 100644 --- a/Emby.Server.Implementations/Security/PluginSecurityManager.cs +++ b/Emby.Server.Implementations/Security/PluginSecurityManager.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Threading; using System.Threading.Tasks; diff --git a/Emby.Server.Implementations/Security/RegRecord.cs b/Emby.Server.Implementations/Security/RegRecord.cs index 8363e9223..11a02e0e7 100644 --- a/Emby.Server.Implementations/Security/RegRecord.cs +++ b/Emby.Server.Implementations/Security/RegRecord.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace Emby.Server.Implementations.Security { |
