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

Unified Diff: Source/core/html/HTMLLabelElement.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/HTMLLIElement.idl ('k') | Source/core/html/HTMLLegendElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLLabelElement.cpp
diff --git a/Source/core/html/HTMLLabelElement.cpp b/Source/core/html/HTMLLabelElement.cpp
index 44ac76d8b188ec30038f5a77ebd3f9113a1ee645..9f3d061a1e7c74a9e6fffe74b5c5216590f2e2fa 100644
--- a/Source/core/html/HTMLLabelElement.cpp
+++ b/Source/core/html/HTMLLabelElement.cpp
@@ -108,7 +108,7 @@ void HTMLLabelElement::setHovered(bool over)
{
if (over == hovered())
return;
-
+
// Update our status first.
HTMLElement::setHovered(over);
@@ -139,10 +139,10 @@ void HTMLLabelElement::defaultEventHandler(Event* evt)
element->focus();
processingClick = false;
-
+
evt->setDefaultHandled();
}
-
+
HTMLElement::defaultEventHandler(evt);
}
« no previous file with comments | « Source/core/html/HTMLLIElement.idl ('k') | Source/core/html/HTMLLegendElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698