Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/glue.cpp
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marcopg@litl.com>2009-03-16 16:13:53 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:21 (GMT)
commit09add9b5f67b022a1ad8a84a32a72c20250d349f (patch)
tree49975fc494bcd7212227c7a2c479aae3b7215681 /browser-plugin/glue.cpp
parent6d6314028626e0a22c529c9cffacffd34ed7e27e (diff)
Fix several spacing issues
Diffstat (limited to 'browser-plugin/glue.cpp')
-rw-r--r--browser-plugin/glue.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/browser-plugin/glue.cpp b/browser-plugin/glue.cpp
index 795eae8..18713d7 100644
--- a/browser-plugin/glue.cpp
+++ b/browser-plugin/glue.cpp
@@ -185,7 +185,7 @@ NPError NPP_SetValue (NPP instance, NPNVariable variable, void *value)
{
return NPERR_NO_ERROR;
}
-
+
NPError
NPP_New (NPMIMEType mimetype,
NPP instance,
@@ -225,9 +225,9 @@ NPP_GetValue(NPP instance, NPPVariable variable, void *value)
case NPPVpluginNeedsXEmbed:
*(PRBool *)value = PR_TRUE;
break;
- case NPPVpluginScriptableNPObject:
- *(NPObject **)value = plugin->GetScriptableNPObject ();
- break;
+ case NPPVpluginScriptableNPObject:
+ *(NPObject **)value = plugin->GetScriptableNPObject ();
+ break;
default:
err = NPERR_GENERIC_ERROR;
@@ -277,7 +277,7 @@ NPError NPN_PostURL (NPP instance, const char *url, const char *window,
uint32_t len, const char *buf, NPBool file)
{
return NPNFuncs.posturl (instance, url, window, len, buf, file);
-}
+}
NPError NPN_RequestRead (NPStream* stream, NPByteRange* rangeList)
{