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

Unified Diff: Source/core/dom/UIEventWithKeyState.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/dom/UIEventWithKeyState.h ('k') | Source/core/dom/UserTypingGestureIndicator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/UIEventWithKeyState.cpp
diff --git a/Source/core/dom/UIEventWithKeyState.cpp b/Source/core/dom/UIEventWithKeyState.cpp
index 176eaa71a9a2e20b83fc456c84e545551867c062..da510d93d4ef2a584d7b70604a8c04927dc64e64 100644
--- a/Source/core/dom/UIEventWithKeyState.cpp
+++ b/Source/core/dom/UIEventWithKeyState.cpp
@@ -22,7 +22,7 @@
#include "core/dom/UIEventWithKeyState.h"
namespace WebCore {
-
+
UIEventWithKeyState* findEventWithKeyState(Event* event)
{
for (Event* e = event; e; e = e->underlyingEvent())
« no previous file with comments | « Source/core/dom/UIEventWithKeyState.h ('k') | Source/core/dom/UserTypingGestureIndicator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698