[Playback Controller] Remove blank line
Remove a blank line in the code, for no real reason, other than tidiness. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
8306bd31f4
commit
8962403e2a
1 changed files with 0 additions and 1 deletions
|
@ -832,7 +832,6 @@ NSDictionary *makeRGInfo(PlaylistEntry *pe) {
|
||||||
case CogStatusPaused:
|
case CogStatusPaused:
|
||||||
defaultCenter.playbackState = MPNowPlayingPlaybackStatePaused;
|
defaultCenter.playbackState = MPNowPlayingPlaybackStatePaused;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
defaultCenter.playbackState = MPNowPlayingPlaybackStateStopped;
|
defaultCenter.playbackState = MPNowPlayingPlaybackStateStopped;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue