From 5e3bbdeecff0d74d56c2c05f491e1dacfa539059 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Wed, 2 Sep 2015 12:58:08 +0200
Subject: [PATCH] formatting

---
 js/reveal.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/reveal.js b/js/reveal.js
index 913aa288..ad7eaa0f 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -2619,7 +2619,7 @@
 			// Start video playback
 			var currentVideo = currentBackground.querySelector( 'video' );
 			if( currentVideo ) {
-				if(currentVideo.currentTime > 0) currentVideo.currentTime = 0;
+				if( currentVideo.currentTime > 0 ) currentVideo.currentTime = 0;
 				currentVideo.play();
 			}
 
-- 
GitLab