Przeglądaj źródła

Update INetworkManager.cs

BaronGreenback 5 lat temu
rodzic
commit
306f7b3c30
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      MediaBrowser.Common/Net/INetworkManager.cs

+ 1 - 1
MediaBrowser.Common/Net/INetworkManager.cs

@@ -61,7 +61,7 @@ namespace MediaBrowser.Common.Net
         /// <returns>The list of ipaddresses.</returns>
         /// <returns>The list of ipaddresses.</returns>
         IPAddress[] GetLocalIpAddresses();
         IPAddress[] GetLocalIpAddresses();
 
 
-		/// <summary>
+        /// <summary>
         /// Checks if the given address falls within the ranges given in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format.
         /// Checks if the given address falls within the ranges given in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format.
         /// </summary>
         /// </summary>
         /// <param name="addressString">The address to check.</param>
         /// <param name="addressString">The address to check.</param>