Also fix the indentation of a line.

Signed-off-by: Timothy Gu <timothyg...@gmail.com>
---
 htdocs/js/download.js | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/htdocs/js/download.js b/htdocs/js/download.js
index b4807b5..30e26a2 100644
--- a/htdocs/js/download.js
+++ b/htdocs/js/download.js
@@ -1,16 +1,16 @@
 
 $(document).ready(function() {
-       $('#build-windows').removeClass('active');
-       $('#build-mac').removeClass('active');
+    $('#build-windows').removeClass('active');
+    $('#build-mac').removeClass('active');
 
-       var f = function (e) {
-           e.preventDefault()
-           $(this).tab('show')
-       };
-       $('a[href="#build-linux"]').hover(f);
-       $('a[href="#build-windows"]').hover(f);
-       $('a[href="#build-mac"]').hover(f);
+    var f = function (e) {
+        e.preventDefault()
+        $(this).tab('show')
+    };
+    $('a[href="#build-linux"]').hover(f);
+    $('a[href="#build-windows"]').hover(f);
+    $('a[href="#build-mac"]').hover(f);
 
-       $("#get-sources").height($("#get-packages").height());
-       $("#get-packages").height($("#get-packages").height());
-    });
+    $("#get-sources").height($("#get-packages").height());
+    $("#get-packages").height($("#get-packages").height());
+});
-- 
1.9.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to