summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2016-04-27 12:38:50 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-04-28 07:51:08 +0000
commit8fdef467e56c473fac5d444be776f0f9e1729130 (patch)
tree0dbfa98718caacf56c458c996095afd122a8fc37
parent538926cdf076496b189fc942cbdd864dcab4dbab (diff)
Whitespace fix
Change-Id: Ib560ebc982e763413d16afa9c61aa036dcfc695e Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--src/render/lights/qspotlight.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qspotlight.cpp b/src/render/lights/qspotlight.cpp
index 55e3c079e..b62e81a55 100644
--- a/src/render/lights/qspotlight.cpp
+++ b/src/render/lights/qspotlight.cpp
@@ -174,7 +174,7 @@ void QSpotLight::setQuadraticAttenuation(float value)
}
}
- QVector3D QSpotLight::localDirection() const
+QVector3D QSpotLight::localDirection() const
{
Q_D(const QSpotLight);
return d->m_localDirection;