]> git.parisson.com Git - pdf.js.git/commitdiff
Fix whitespace.
authorRob Sayre <sayrer@gmail.com>
Sat, 25 Jun 2011 16:51:27 +0000 (09:51 -0700)
committerRob Sayre <sayrer@gmail.com>
Sat, 25 Jun 2011 16:51:27 +0000 (09:51 -0700)
test/test_slave.html

index 71ec7cacc7586939832d44f75dce7a9eefa28253..303a58c9bc84396f86e882f1510f878f03c02e21 100644 (file)
@@ -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;