From: Rob Sayre Date: Sat, 25 Jun 2011 16:51:27 +0000 (-0700) Subject: Fix whitespace. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cfcac65de4598f4a643e47656cc4ccc98f334adc;p=pdf.js.git Fix whitespace. --- diff --git a/test/test_slave.html b/test/test_slave.html index 71ec7ca..303a58c 100644 --- a/test/test_slave.html +++ b/test/test_slave.html @@ -200,8 +200,7 @@ function clear(ctx) { ctx.restore(); } -/* Auto-scroll if the scrollbar is near the bottom, otherwise do -nothing. */ +/* Auto-scroll if the scrollbar is near the bottom, otherwise do nothing. */ function checkScrolling() { if ((stdout.scrollHeight - stdout.scrollTop) <= stdout.offsetHeight) { stdout.scrollTop = stdout.scrollHeight;