coding style fixes

This commit is contained in:
Erekle
2016-05-05 01:49:52 +04:00
parent b3af10d4ad
commit 82cc6f49f2
2 changed files with 30 additions and 28 deletions

View File

@@ -125,7 +125,8 @@
}
#pragma mark - ASVideoNodeDelegate
- (void)videoNode:(ASVideoNode *)videoNode willChangePlayerState:(ASVideoNodePlayerState)state toState:(ASVideoNodePlayerState)toSate{
- (void)videoNode:(ASVideoNode *)videoNode willChangePlayerState:(ASVideoNodePlayerState)state toState:(ASVideoNodePlayerState)toSate
{
//Ignore nicCageVideo
if (videoNode != _guitarVideoNode) {
return;
@@ -140,7 +141,8 @@
}
}
- (void)videoNode:(ASVideoNode *)videoNode didPlayToSecond:(NSTimeInterval)second{
- (void)videoNode:(ASVideoNode *)videoNode didPlayToSecond:(NSTimeInterval)second
{
if (videoNode != _guitarVideoNode) {
return;
}