Sfoglia il codice sorgente

EditorConfig reformat: Emby.IsoMounting, Emby.Server.Implementations

Erwin de Haan 6 anni fa
parent
commit
5b3d8a6d76

+ 1 - 1
Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs

@@ -5,4 +5,4 @@ namespace IsoMounter.Configuration
     public class PluginConfiguration : BasePluginConfiguration
     {
     }
-}
+}

+ 1 - 1
Emby.IsoMounting/IsoMounter/Properties/AssemblyInfo.cs

@@ -2,7 +2,7 @@ using System.Reflection;
 using System.Resources;
 using System.Runtime.InteropServices;
 
-// General Information about an assembly is controlled through the following 
+// General Information about an assembly is controlled through the following
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("IsoMounter")]

+ 1 - 1
Emby.Server.Implementations/FFMpeg/FFMpegInfo.cs

@@ -21,4 +21,4 @@
         /// <value>The version.</value>
         public string Version { get; set; }
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/FFMpeg/FFMpegInstallInfo.cs

@@ -15,4 +15,4 @@ namespace Emby.Server.Implementations.FFMpeg
             FFProbeFilename = "ffprobe";
         }
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/IO/ThrottledStream.cs

@@ -352,4 +352,4 @@ namespace Emby.Server.Implementations.IO
         }
         #endregion
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs

@@ -260,7 +260,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
                 for (int i = 0; i < model.TunerCount; ++i)
                 {
                     var name = string.Format("Tuner {0}", i + 1);
-                    var currentChannel = "none"; /// @todo Get current channel and map back to Station Id      
+                    var currentChannel = "none"; /// @todo Get current channel and map back to Station Id
                     var isAvailable = await manager.CheckTunerAvailability(ipInfo, i, cancellationToken).ConfigureAwait(false);
                     LiveTvTunerStatus status = isAvailable ? LiveTvTunerStatus.Available : LiveTvTunerStatus.LiveTv;
                     tuners.Add(new LiveTvTunerInfo

+ 1 - 1
Emby.Server.Implementations/Networking/IPNetwork/BigIntegerExt.cs

@@ -165,4 +165,4 @@ namespace System.Net
 
         }
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/Networking/IPNetwork/IPAddressCollection.cs

@@ -89,4 +89,4 @@ namespace System.Net
 
         #endregion
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/Networking/IPNetwork/IPNetworkCollection.cs

@@ -125,4 +125,4 @@ namespace System.Net
         #endregion
 
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/Security/RegRecord.cs

@@ -9,4 +9,4 @@ namespace Emby.Server.Implementations.Security
         public DateTime expDate { get; set; }
         public string key { get; set; }
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/Services/RequestHelper.cs

@@ -49,4 +49,4 @@ namespace Emby.Server.Implementations.Services
         }
 
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/Services/ServiceMethod.cs

@@ -14,4 +14,4 @@ namespace Emby.Server.Implementations.Services
             return serviceType.FullName + " " + method.ToUpper() + " " + requestDtoName;
         }
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/Services/UrlExtensions.cs

@@ -30,4 +30,4 @@ namespace Emby.Server.Implementations.Services
                 : strVal.Substring(0, pos);
         }
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs

@@ -52,4 +52,4 @@ namespace Emby.Server.Implementations.Sorting
         /// <value>The user manager.</value>
         public IUserManager UserManager { get; set; }
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/Sorting/IsPlayedComparer.cs

@@ -52,4 +52,4 @@ namespace Emby.Server.Implementations.Sorting
         /// <value>The user manager.</value>
         public IUserManager UserManager { get; set; }
     }
-}
+}

+ 1 - 1
Emby.Server.Implementations/TextEncoding/UniversalDetector/Core/SequenceModel.cs

@@ -53,7 +53,7 @@ namespace UniversalDetector.Core
 
         public float TypicalPositiveRatio => typicalPositiveRatio;
 
-        // not used            
+        // not used
         protected bool keepEnglishLetter;
 
         public bool KeepEnglishLetter => keepEnglishLetter;