aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgfriction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgfriction.cpp')
-rw-r--r--src/declarative/particles/qsgfriction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgfriction.cpp b/src/declarative/particles/qsgfriction.cpp
index 828d20556d..46816817fd 100644
--- a/src/declarative/particles/qsgfriction.cpp
+++ b/src/declarative/particles/qsgfriction.cpp
@@ -48,7 +48,7 @@ QSGFrictionAffector::QSGFrictionAffector(QSGItem *parent) :
bool QSGFrictionAffector::affectParticle(QSGParticleData *d, qreal dt)
{
- if(!m_factor)
+ if (!m_factor)
return false;
qreal curSX = d->curSX();
qreal curSY = d->curSY();