Index: Source/core/html/HTMLMeterElement.cpp |
diff --git a/Source/core/html/HTMLMeterElement.cpp b/Source/core/html/HTMLMeterElement.cpp |
index 891cdb0829c42bc44b46ce5caf8e6c02ca450dfe..2af8a1aa76b90658379a07b57fad9b4114895b9b 100644 |
--- a/Source/core/html/HTMLMeterElement.cpp |
+++ b/Source/core/html/HTMLMeterElement.cpp |
@@ -173,7 +173,7 @@ HTMLMeterElement::GaugeRegion HTMLMeterElement::gaugeRegion() const |
return GaugeRegionSuboptimal; |
return GaugeRegionEvenLessGood; |
} |
- |
+ |
if (highValue < optimumValue) { |
// The optimum range stays over high |
if (highValue <= theValue) |