[vlc-commits] Small cosmetics change

Jean-Baptiste Kempf git at videolan.org
Thu Apr 24 12:05:53 CEST 2014


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 24 12:05:43 2014 +0200| [9d9d6995bf3a9deb7982bccfaeef66444f4091d6] | committer: Jean-Baptiste Kempf

Small cosmetics change

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=9d9d6995bf3a9deb7982bccfaeef66444f4091d6
---

 npapi/support/npmac.cpp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/npapi/support/npmac.cpp b/npapi/support/npmac.cpp
index c7b7628..e8dbca4 100644
--- a/npapi/support/npmac.cpp
+++ b/npapi/support/npmac.cpp
@@ -461,8 +461,10 @@ static bool boolValue(const char *value) {
             !strcasecmp(value, "yes") );
 }
 
+/* function implementations */
 NPError
-   Private_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved)
+Private_New(NPMIMEType pluginType, NPP instance, uint16_t mode,
+        int16_t argc, char* argn[], char* argv[], NPSavedData* saved)
 {
     /* find out, if the plugin should run in windowless mode.
      * if yes, choose the CoreGraphics drawing model */



More information about the vlc-commits mailing list