summaryrefslogtreecommitdiffstats
path: root/kweather/kcmweatherservice.cpp
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2021-12-27 10:58:00 +0200
committerMavridis Philippe <[email protected]>2022-01-14 12:46:02 +0200
commit46095a976686cefcaecebe29aeda1d7537e25d98 (patch)
tree2239ca48477324b6c7706caca4b6e80b0d17fddb /kweather/kcmweatherservice.cpp
parent56e84d9ab2061588e46dd2448c1fb420d0eafe10 (diff)
downloadtdetoys-46095a976686cefcaecebe29aeda1d7537e25d98.tar.gz
tdetoys-46095a976686cefcaecebe29aeda1d7537e25d98.zip
Code style improvements.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kweather/kcmweatherservice.cpp')
-rw-r--r--kweather/kcmweatherservice.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/kweather/kcmweatherservice.cpp b/kweather/kcmweatherservice.cpp
index 4e5c7a7..af48790 100644
--- a/kweather/kcmweatherservice.cpp
+++ b/kweather/kcmweatherservice.cpp
@@ -143,7 +143,9 @@ void KCMWeatherService::updateIconTheme( bool useIconTheme )
DCOPRef ws( "KWeatherService", "WeatherService" );
DCOPReply reply = ws.call( "useIconTheme", useIconTheme );
if( ! reply.isValid() )
- kdDebug(12004) << "[kcmweatherservice::updateIconTheme] DCOP call failed" << endl;
+ {
+ kdDebug(12004) << "[kcmweatherservice::updateIconTheme] DCOP call failed" << endl;
+ }
}
#include "kcmweatherservice.moc"