Explorar o código

MediaViewController: Remove extra whitespace

Soomin Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
9f2bbd0d1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaViewControllers/MediaViewController.swift

+ 1 - 1
MediaViewControllers/MediaViewController.swift

@@ -72,7 +72,7 @@ class VLCMediaViewController: VLCPagingViewController<VLCLabelCell> {
     override func updateIndicator(for viewController: PagerTabStripViewController, fromIndex: Int, toIndex: Int, withProgressPercentage progressPercentage: CGFloat, indexWasChanged: Bool) {
         super.updateIndicator(for: viewController, fromIndex: fromIndex, toIndex: toIndex, withProgressPercentage: progressPercentage, indexWasChanged: indexWasChanged)
     }
-    
+
     override var preferredStatusBarStyle: UIStatusBarStyle {
         return PresentationTheme.current.colors.statusBarStyle
     }