aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/IUpnpService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/IUpnpService.cs')
-rw-r--r--Emby.Dlna/IUpnpService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Dlna/IUpnpService.cs b/Emby.Dlna/IUpnpService.cs
index caae87ba3..ab8aa4619 100644
--- a/Emby.Dlna/IUpnpService.cs
+++ b/Emby.Dlna/IUpnpService.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace Emby.Dlna
{
@@ -10,7 +10,7 @@ namespace Emby.Dlna
/// <param name="headers">The headers.</param>
/// <returns>System.String.</returns>
string GetServiceXml(IDictionary<string, string> headers);
-
+
/// <summary>
/// Processes the control request.
/// </summary>