From 8e11f7c93a1f7df0d10e2f851283c825ca39b75b Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 7 Nov 2011 19:19:27 +1000 Subject: Cleanup corelib autotests Remove literal tabs. Change-Id: I210a0259773cceb20d35ebc80b889e3ebb88b540 Reviewed-by: Rohan McGovern --- .../animation/qparallelanimationgroup/tst_qparallelanimationgroup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/corelib/animation/qparallelanimationgroup') diff --git a/tests/auto/corelib/animation/qparallelanimationgroup/tst_qparallelanimationgroup.cpp b/tests/auto/corelib/animation/qparallelanimationgroup/tst_qparallelanimationgroup.cpp index fe07094af5..890c315bfb 100644 --- a/tests/auto/corelib/animation/qparallelanimationgroup/tst_qparallelanimationgroup.cpp +++ b/tests/auto/corelib/animation/qparallelanimationgroup/tst_qparallelanimationgroup.cpp @@ -351,7 +351,7 @@ void tst_QParallelAnimationGroup::stateChanged() void tst_QParallelAnimationGroup::clearGroup() { QParallelAnimationGroup group; - static const int animationCount = 10; + static const int animationCount = 10; for (int i = 0; i < animationCount; ++i) { new QParallelAnimationGroup(&group); -- cgit v1.2.3