KWeather: Use brackets block for better readability

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/18/head
Mavridis Philippe 3 years ago
parent d14d3ab2fd
commit 6e43236a75
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -127,7 +127,9 @@ WeatherIcon::WeatherIcon( int condition, bool night, unsigned int strength )
name = "weather-snow-ample";
TQString test_icon = name + "-day";
if ( iconExists(test_icon) )
{
break;
}
}
case 4: { iconName = "weather-snow-scattered"; return; }
case 5:

Loading…
Cancel
Save