From e7829ad6f5fc19d8fc3b142d86855d0fa2a4eaf0 Mon Sep 17 00:00:00 2001
From: Robert Kaiser <kairo@kairo.at>
Date: Sun, 1 Feb 2015 13:53:11 +0100
Subject: [PATCH] slit line to make it fit better on smaller resolutions

---
 fosdem2015/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fosdem2015/index.html b/fosdem2015/index.html
index 8877ac3..afab08e 100755
--- a/fosdem2015/index.html
+++ b/fosdem2015/index.html
@@ -197,7 +197,8 @@
     function(aLocalMediaStream) {
       gModSound.mAudio.stream = aLocalMediaStream;
       gModSound.mAudio.context = new <a href="https://developer.mozilla.org/en-US/docs/Web/API/AudioContext">window.AudioContext</a>();
-      gModSound.mAudio.input = gModSound.mAudio.context.createMediaStreamSource(gModSound.mAudio.stream);
+      gModSound.mAudio.input =
+          gModSound.mAudio.context.createMediaStreamSource(gModSound.mAudio.stream);
       gModSound.mAudio.analyzer = gModSound.mAudio.context<a href="https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode">.createAnalyser</a>();
       gModSound.mAudio.input.connect(gModSound.mAudio.analyzer);
     },
-- 
2.43.0