diff --git a/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs b/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs
index c32134d4f..3d759ca54 100644
--- a/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs
+++ b/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs
@@ -63,7 +63,7 @@ namespace MediaBrowser.Common.Implementations.Archiving
reader.WriteAllToDirectory(targetPath, options);
}
}
-
+
///
/// Extracts all from7z.
///
diff --git a/MediaBrowser.Model/IO/IZipClient.cs b/MediaBrowser.Model/IO/IZipClient.cs
index 13b31c201..ac57d58a6 100644
--- a/MediaBrowser.Model/IO/IZipClient.cs
+++ b/MediaBrowser.Model/IO/IZipClient.cs
@@ -30,7 +30,7 @@ namespace MediaBrowser.Model.IO
/// The target path.
/// if set to true [overwrite existing files].
void ExtractAllFromZip(Stream source, string targetPath, bool overwriteExistingFiles);
-
+
///
/// Extracts all from7z.
///