Fix whitespace

This commit is contained in:
Brent Vatne 2015-06-16 21:14:14 -07:00
parent 9723f8849f
commit 1384b3f356

View File

@ -47,11 +47,10 @@ static NSString *const statusKeyPath = @"status";
{
if ((self = [super init])) {
_eventDispatcher = eventDispatcher;
_rate = 1.0;
_volume = 1.0;
_resizeMode = @"AVLayerVideoGravityResizeAspectFill";
_resizeMode = @"AVLayerVideoGravityResizeAspectFill";
_pendingSeek = false;
_pendingSeekTime = 0.0f;
_lastSeekTime = 0.0f;