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

Unified Diff: Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.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/PluginScriptableNPObjectInvokeDefault.cpp
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp
index 959e182e463f612f6959fe8b2beccc0a132785b1..34d209b3ed6e29cff04b88dea2ac98ace2d1587d 100644
--- a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp
+++ b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp
@@ -38,7 +38,7 @@ public:
private:
struct NPObjectWithoutInvokeDefault : Object<NPObjectWithoutInvokeDefault> { };
- struct NPObjectWithInvokeDefault : Object<NPObjectWithInvokeDefault> {
+ struct NPObjectWithInvokeDefault : Object<NPObjectWithInvokeDefault> {
public:
bool invokeDefault(const NPVariant*, uint32_t, NPVariant* result)
{
@@ -57,9 +57,9 @@ private:
object = NPObjectWithInvokeDefault::create(this);
else
object = NPObjectWithoutInvokeDefault::create(this);
-
+
*(NPObject**)value = object;
-
+
return NPERR_NO_ERROR;
}
};

Powered by Google App Engine
This is Rietveld 408576698