summaryrefslogtreecommitdiff
path: root/splash
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2013-02-19 23:11:46 +0100
committerAlbert Astals Cid <aacid@kde.org>2013-02-19 23:11:46 +0100
commit8a0199a0247c1a03a4d64375ca8bc900570d1817 (patch)
treea11cc4af1ce9aec77c789878ccd8a07d9986ddea /splash
parent1389aa41b2984de9da7bb66c11485f6c6aeaea41 (diff)
Fix indent
Diffstat (limited to 'splash')
-rw-r--r--splash/Splash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash/Splash.cc b/splash/Splash.cc
index 5e8090d0..b9fa11af 100644
--- a/splash/Splash.cc
+++ b/splash/Splash.cc
@@ -526,7 +526,7 @@ void Splash::pipeRun(SplashPipe *pipe) {
((pipe->cSrc[3] - cDest[3]) * t) / 255);
#endif
case splashModeRGB8:
- case splashModeXBGR8:
+ case splashModeXBGR8:
case splashModeBGR8:
cSrcNonIso[2] = clip255(pipe->cSrc[2] +
((pipe->cSrc[2] - cDest[2]) * t) / 255);