From 09add9b5f67b022a1ad8a84a32a72c20250d349f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 16 Mar 2009 16:13:53 +0000 Subject: Fix several spacing issues --- (limited to 'browser-plugin/scriptable.cpp') 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 -- cgit v0.9.1