Explorar el Código

Fixed odd formatting in MimeType.CS

Think there might have been a mismatch between tabs and spaces. All spaces now.
Sparky hace 6 años
padre
commit
ae4a82570c
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      MediaBrowser.Model/Net/MimeTypes.cs

+ 4 - 4
MediaBrowser.Model/Net/MimeTypes.cs

@@ -228,10 +228,10 @@ namespace MediaBrowser.Model.Net
             if (StringHelper.EqualsIgnoreCase(ext, ".oga"))
             {
                 return "audio/ogg";
-			}
-			if (StringHelper.EqualsIgnoreCase(ext, ".opus"))
-			{
-				return "audio/ogg";
+            }
+            if (StringHelper.EqualsIgnoreCase(ext, ".opus"))
+            {
+                return "audio/ogg";
             }
             if (StringHelper.EqualsIgnoreCase(ext, ".ac3"))
             {