Fix whitespace.

This commit is contained in:
Rob Sayre 2011-06-25 09:51:27 -07:00
parent f69dad39ed
commit d0544a3511

View 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;