Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marcopg@litl.com>2009-03-16 16:14:22 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:21 (GMT)
commitb9e24e6165e2a49d0012a604bffbf166c6afc0f3 (patch)
tree556b39e56178af52ef96d4620d131fa8f758cef4
parent09add9b5f67b022a1ad8a84a32a72c20250d349f (diff)
Trailing whitespace
-rw-r--r--browser-plugin/scriptable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser-plugin/scriptable.h b/browser-plugin/scriptable.h
index 1c0203d..1835191 100644
--- a/browser-plugin/scriptable.h
+++ b/browser-plugin/scriptable.h
@@ -79,7 +79,7 @@ class ScriptablePluginObject : public ScriptablePluginObjectBase
{
public:
ScriptablePluginObject (NPP npp);
-
+
virtual bool HasMethod (NPIdentifier name);
virtual bool HasProperty (NPIdentifier name);
virtual bool GetProperty (NPIdentifier name, NPVariant *result);