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 --- .../qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/corelib/animation/qsequentialanimationgroup') diff --git a/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp b/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp index 44f0f12b74..362cd305c6 100644 --- a/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp +++ b/tests/auto/corelib/animation/qsequentialanimationgroup/tst_qsequentialanimationgroup.cpp @@ -922,8 +922,8 @@ void tst_QSequentialAnimationGroup::startDelay() void tst_QSequentialAnimationGroup::clearGroup() { QSequentialAnimationGroup group; - - static const int animationCount = 20; + + static const int animationCount = 20; for (int i = 0; i < animationCount/2; ++i) { QSequentialAnimationGroup *subGroup = new QSequentialAnimationGroup(&group); -- cgit v1.2.3