[vlc-commits] No tabs in source code

Jean-Baptiste Kempf git at videolan.org
Tue Jan 24 17:28:19 CET 2012


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 24 17:26:16 2012 +0100| [b71108098f1bd1ce8b49ca55dcc2e572bbdf1c77] | committer: Jean-Baptiste Kempf

No tabs in source code

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

 npapi/support/npwin.cpp  |   18 +++++++++---------
 npapi/vlcplugin_base.cpp |    2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/npapi/support/npwin.cpp b/npapi/support/npwin.cpp
index d3fa906..84e3194 100644
--- a/npapi/support/npwin.cpp
+++ b/npapi/support/npwin.cpp
@@ -55,8 +55,8 @@ JRIGlobalRef Private_GetJavaClass(void);
 ////\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//.
 // Private_GetJavaClass (global function)
 //
-//	Given a Java class reference (thru NPP_GetJavaClass) inform JRT
-//	of this class existence
+//  Given a Java class reference (thru NPP_GetJavaClass) inform JRT
+//  of this class existence
 //
 JRIGlobalRef
 Private_GetJavaClass(void)
@@ -72,7 +72,7 @@ Private_GetJavaClass(void)
 
 //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\.
 ////\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//.
-//						PLUGIN DLL entry points
+//                      PLUGIN DLL entry points
 //
 // These are the Windows specific DLL entry points. They must be exported
 //
@@ -87,7 +87,7 @@ static NPPluginFuncs* g_pluginFuncs;
 ////\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//.
 // NP_GetEntryPoints
 //
-//	fills in the func table used by Navigator to call entry points in
+//  fills in the func table used by Navigator to call entry points in
 //  plugin DLL.  Note that these entry points ensure that DS is loaded
 //  by using the NP_LOADDS macro, when compiling for Win16
 //
@@ -128,7 +128,7 @@ NP_GetEntryPoints(NPPluginFuncs* pFuncs)
 ////\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//.
 // NP_Initialize
 //
-//	called immediately after the plugin DLL is loaded
+//  called immediately after the plugin DLL is loaded
 //
 #ifdef __MINGW32__
 extern "C" __declspec(dllexport) NPError WINAPI
@@ -167,9 +167,9 @@ NP_Initialize(NPNetscapeFuncs* pFuncs)
 ////\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//.
 // NP_Shutdown
 //
-//	called immediately before the plugin DLL is unloaded.
-//	This function should check for some ref count on the dll to see if it is
-//	unloadable or it needs to stay in memory.
+//  called immediately before the plugin DLL is unloaded.
+//  This function should check for some ref count on the dll to see if it is
+//  unloadable or it needs to stay in memory.
 //
 #ifdef __MINGW32__
 extern "C" __declspec(dllexport) NPError WINAPI
@@ -188,7 +188,7 @@ NPP_GET_MIME_CONST char * NP_GetMIMEDescription()
   return NPP_GetMIMEDescription();
 }
 
-//						END - PLUGIN DLL entry points
+//                      END - PLUGIN DLL entry points
 ////\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//.
 //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\.
 
diff --git a/npapi/vlcplugin_base.cpp b/npapi/vlcplugin_base.cpp
index 7998a12..1d9db49 100644
--- a/npapi/vlcplugin_base.cpp
+++ b/npapi/vlcplugin_base.cpp
@@ -334,7 +334,7 @@ void EventObj::unhook_manager( void *userdata )
 {
     if( _em )
     {
-		/* detach all libvlc events we cared about */
+        /* detach all libvlc events we cared about */
         for( size_t i = 0; i < ARRAY_SIZE(vlcevents); i++ )
         {
             libvlc_event_detach( _em, vlcevents[i].libvlc_type,



More information about the vlc-commits mailing list