Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/scriptable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'browser-plugin/scriptable.cpp')
-rw-r--r--browser-plugin/scriptable.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/browser-plugin/scriptable.cpp b/browser-plugin/scriptable.cpp
index 9ede075..ff053ef 100644
--- a/browser-plugin/scriptable.cpp
+++ b/browser-plugin/scriptable.cpp
@@ -161,8 +161,7 @@ bool
ScriptablePluginObjectBase::_Construct (NPObject *npobj, const NPVariant *args,
uint32_t argCount, NPVariant *result)
{
- return ((ScriptablePluginObjectBase *)npobj)->Construct (
- args, argCount, result);
+ return ((ScriptablePluginObjectBase *)npobj)->Construct (args, argCount, result);
}
NPObject *
@@ -252,7 +251,7 @@ ScriptablePluginObject::Invoke (NPIdentifier name, const NPVariant *args,
return false;
}
plugin->FindPrevious(NPVARIANT_TO_STRING (args[0]).utf8characters);
- }
+ }
}
bool