Battery: Fix code style

This commit is contained in:
Lorenz Meier
2016-04-23 15:51:44 +02:00
parent 41c1e56075
commit b402cd9336
+1
View File
@@ -167,6 +167,7 @@ Battery::determineWarning()
// Smallest values must come first
if (_remaining < 0.09f) {
_warning = battery_status_s::BATTERY_WARNING_CRITICAL;
} else if (_remaining < 0.18f) {
_warning = battery_status_s::BATTERY_WARNING_LOW;
}