From 1aded320196494635bd82825134630c2b2f10d57 Mon Sep 17 00:00:00 2001 From: tobias Date: Thu, 2 Jun 2016 08:33:18 +0200 Subject: [PATCH] Remove spaces --- RCTVideo.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RCTVideo.m b/RCTVideo.m index 44879f3f..9f52a3d0 100644 --- a/RCTVideo.m +++ b/RCTVideo.m @@ -425,12 +425,12 @@ static NSString *const playbackRate = @"rate"; - (void)setPlayInBackground:(BOOL)playInBackground { - _playInBackground = playInBackground; + _playInBackground = playInBackground; } - (void)setPlayWhenInactive:(BOOL)playWhenInactive { - _playWhenInactive = playWhenInactive; + _playWhenInactive = playWhenInactive; } - (void)setPaused:(BOOL)paused