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

Unified Diff: Source/core/html/FormController.h

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/FormAssociatedElement.cpp ('k') | Source/core/html/FormData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/FormController.h
diff --git a/Source/core/html/FormController.h b/Source/core/html/FormController.h
index 56090757bf84235dd1e600105cffe0ab7fefbdd9..49ffe45ce1441b995973a214e914daf39b3defe2 100644
--- a/Source/core/html/FormController.h
+++ b/Source/core/html/FormController.h
@@ -81,7 +81,7 @@ public:
~FormController();
CheckedRadioButtons& checkedRadioButtons() { return m_checkedRadioButtons; }
-
+
void registerFormElementWithState(HTMLFormControlElementWithState*);
void unregisterFormElementWithState(HTMLFormControlElementWithState*);
// This should be callled only by Document::formElementsState().
« no previous file with comments | « Source/core/html/FormAssociatedElement.cpp ('k') | Source/core/html/FormData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698