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

Unified Diff: Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.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/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp
index d282fc097f496c10e05cbfa47a713489c2414d37..90481e2056cb7e892211d5bb9eb53dcc922156b9 100644
--- a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp
+++ b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp
@@ -49,7 +49,7 @@ NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window)
window->window ? "non-NULL" : "NULL", window->x, window->y, window->width, window->height,
window->clipRect.left, window->clipRect.top, window->clipRect.right, window->clipRect.bottom,
window->type);
-
+
char script[1536];
snprintf(script, 1536, "window.setTimeout('windowWasSet(\"%s\");', 0);", message);

Powered by Google App Engine
This is Rietveld 408576698