소스 검색

yes, I was using tabs in a private project…

Tobias Conradi 10 년 전
부모
커밋
ef2b0ea284
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Sources/VLCPlaybackController.m

+ 2 - 2
Sources/VLCPlaybackController.m

@@ -385,8 +385,8 @@
     if ([self.delegate respondsToSelector:@selector(presentingViewControllerShouldBeClosed:)])
         [self.delegate presentingViewControllerShouldBeClosed:self];
 
-	[MPNowPlayingInfoCenter defaultCenter].nowPlayingInfo = nil;
-	[self unsubscribeFromRemoteCommand];
+    [MPNowPlayingInfoCenter defaultCenter].nowPlayingInfo = nil;
+    [self unsubscribeFromRemoteCommand];
 }
 
 - (void)_savePlaybackState