diff --git a/MediaBrowser.Controller/Drawing/IImageProcessor.cs b/MediaBrowser.Controller/Drawing/IImageProcessor.cs
index 058bf70cd3..d42a04f2ee 100644
--- a/MediaBrowser.Controller/Drawing/IImageProcessor.cs
+++ b/MediaBrowser.Controller/Drawing/IImageProcessor.cs
@@ -19,7 +19,7 @@ namespace MediaBrowser.Controller.Drawing
///
/// The supported input formats.
string[] SupportedInputFormats { get; }
-
+
///
/// Gets the image enhancers.
///
@@ -39,7 +39,7 @@ namespace MediaBrowser.Controller.Drawing
/// The path.
/// ImageSize.
ImageSize GetImageSize(string path);
-
+
///
/// Adds the parts.
///
@@ -78,13 +78,13 @@ namespace MediaBrowser.Controller.Drawing
/// To stream.
/// Task.
Task ProcessImage(ImageProcessingOptions options, Stream toStream);
-
+
///
/// Processes the image.
///
/// The options.
/// Task.
- Task> ProcessImage(ImageProcessingOptions options);
+ Task> ProcessImage(ImageProcessingOptions options);
///
/// Gets the enhanced image.