fix the indent

This commit is contained in:
John Bintz 2011-04-10 16:00:13 -04:00
parent 967926b4bd
commit 58e79ce9e7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ void HeadlessSpecRunner::specLog(int indent, const QString &msg, const QString &
arguments.callee(e, i + 1); e = e.nextElementSibling; \
}\
n.className = '';\
})(document.getElementsByClassName('suite failed'), 1);"
})(document.getElementsByClassName('suite failed'), 0);"
void HeadlessSpecRunner::timerEvent(QTimerEvent *event)
{