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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.cpp

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.cpp
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.cpp b/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.cpp
index e16edfd795e794eea967fba227f12fd707771425..c5e7419f9e306c177198f0765b95518612417d8b 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.cpp
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.cpp
@@ -512,7 +512,7 @@ bool TestPlugin::handleInputEvent(const WebInputEvent& event, WebCursorInfo& inf
case WebInputEvent::GestureScrollBegin: eventName = "GestureScrollBegin"; break;
case WebInputEvent::GestureScrollEnd: eventName = "GestureScrollEnd"; break;
- case WebInputEvent::GestureScrollUpdateWithoutPropagation:
+ case WebInputEvent::GestureScrollUpdateWithoutPropagation:
case WebInputEvent::GestureScrollUpdate: eventName = "GestureScrollUpdate"; break;
case WebInputEvent::GestureFlingStart: eventName = "GestureFlingStart"; break;
case WebInputEvent::GestureFlingCancel: eventName = "GestureFlingCancel"; break;

Powered by Google App Engine
This is Rietveld 408576698