Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(949)

Unified Diff: Source/core/html/HTMLFontElement.cpp

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLFontElement.h ('k') | Source/core/html/HTMLFormControlElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFontElement.cpp
diff --git a/Source/core/html/HTMLFontElement.cpp b/Source/core/html/HTMLFontElement.cpp
index 3eaaf9d0c6ba1813fa1cec7c05a7da68ac070f57..ab8a2b26896cd133f5b3a312642136979bec9de7 100644
--- a/Source/core/html/HTMLFontElement.cpp
+++ b/Source/core/html/HTMLFontElement.cpp
@@ -154,19 +154,19 @@ bool HTMLFontElement::cssValueFromFontSizeNumber(const String& s, CSSValueID& si
// FIXME: The spec says that we're supposed to use CSSValueXxSmall here.
size = CSSValueXSmall;
break;
- case 2:
+ case 2:
size = CSSValueSmall;
break;
- case 3:
+ case 3:
size = CSSValueMedium;
break;
- case 4:
+ case 4:
size = CSSValueLarge;
break;
- case 5:
+ case 5:
size = CSSValueXLarge;
break;
- case 6:
+ case 6:
size = CSSValueXxLarge;
break;
case 7:
« no previous file with comments | « Source/core/html/HTMLFontElement.h ('k') | Source/core/html/HTMLFormControlElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698