소스 검색

fix indent

Nyanmisaka 5 년 전
부모
커밋
e1ba1fcebe
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

+ 4 - 4
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

@@ -1639,10 +1639,10 @@ namespace MediaBrowser.Controller.MediaEncoding
                 if (width.HasValue && height.HasValue)
                 if (width.HasValue && height.HasValue)
                 {
                 {
                     videoSizeParam = string.Format(
                     videoSizeParam = string.Format(
-                    CultureInfo.InvariantCulture,
-                    "scale={0}x{1}",
-                    width.Value,
-                    height.Value);
+                        CultureInfo.InvariantCulture,
+                        "scale={0}x{1}",
+                        width.Value,
+                        height.Value);
                 }
                 }
 
 
                 // For QSV, feed it into hardware encoder now
                 // For QSV, feed it into hardware encoder now