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

Unified Diff: Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPPNewFails.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/NPPNewFails.cpp
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPPNewFails.cpp b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPPNewFails.cpp
index e3b11d629854df4598fdd038300ab3f83b3a14dc..afe344aad6bffc895494412d66c7368393f9f008 100644
--- a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPPNewFails.cpp
+++ b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/NPPNewFails.cpp
@@ -35,9 +35,9 @@ public:
: PluginTest(npp, identifier)
{
}
-
+
private:
-
+
virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
{
return NPERR_GENERIC_ERROR;

Powered by Google App Engine
This is Rietveld 408576698