[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:
|
||||
defaultCenter.playbackState = MPNowPlayingPlaybackStatePaused;
|
||||
break;
|
||||
|
||||
default:
|
||||
defaultCenter.playbackState = MPNowPlayingPlaybackStateStopped;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue