[vlc-commits] Remove trailing space

Jean-Baptiste Kempf git at videolan.org
Thu Dec 13 15:50:12 CET 2012


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 13 15:00:56 2012 +0100| [eb74fc9a4de2c60dfc25505f6c0ce96783530769] | committer: Jean-Baptiste Kempf

Remove trailing space

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

 npapi/control/npolibvlc.h  |    2 +-
 npapi/control/nporuntime.h |    2 +-
 npapi/npvlc_rc.rc.in       |    2 +-
 npapi/vlcplugin_base.cpp   |    2 +-
 npapi/vlcplugin_base.h     |    2 +-
 npapi/vlcplugin_gtk.cpp    |    2 +-
 npapi/xembed.h             |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/npapi/control/npolibvlc.h b/npapi/control/npolibvlc.h
index 1249cf4..aae09fc 100644
--- a/npapi/control/npolibvlc.h
+++ b/npapi/control/npolibvlc.h
@@ -149,7 +149,7 @@ protected:
     LibvlcPlaylistNPObject(NPP instance, const NPClass *aClass) :
     RuntimeNPObject(instance, aClass),
     playlistItemsObj(NULL) {};
-    
+
     virtual ~LibvlcPlaylistNPObject();
 
     static const int propertyCount;
diff --git a/npapi/control/nporuntime.h b/npapi/control/nporuntime.h
index 0e294f7..0999542 100644
--- a/npapi/control/nporuntime.h
+++ b/npapi/control/nporuntime.h
@@ -29,7 +29,7 @@
 ** support framework for runtime script objects
 */
 
-//on windows, to avoid including <npapi.h> 
+//on windows, to avoid including <npapi.h>
 //from Microsoft SDK (rather then from Mozilla SDK),
 //#include it indirectly via <npfunctions.h>
 #include <npfunctions.h>
diff --git a/npapi/npvlc_rc.rc.in b/npapi/npvlc_rc.rc.in
index e423c1b..0a2c619 100644
--- a/npapi/npvlc_rc.rc.in
+++ b/npapi/npvlc_rc.rc.in
@@ -2,7 +2,7 @@
 //
 //  VLC Plugin description.
 //
-#define VERSION_NUMBER @VERSION_MAJOR@, at VERSION_MINOR@, at VERSION_REVISION@, at VERSION_EXTRA_RC@ 
+#define VERSION_NUMBER @VERSION_MAJOR@, at VERSION_MINOR@, at VERSION_REVISION@, at VERSION_EXTRA_RC@
 
 //VS_VERSION_INFO VERSIONINFO
 1 VERSIONINFO
diff --git a/npapi/vlcplugin_base.cpp b/npapi/vlcplugin_base.cpp
index eb6471d..2822658 100644
--- a/npapi/vlcplugin_base.cpp
+++ b/npapi/vlcplugin_base.cpp
@@ -551,7 +551,7 @@ NPError VlcPluginBase::init(int argc, char* const argn[], char* const argv[])
       p_em = libvlc_media_player_event_manager( getMD() );
       events.hook_manager( p_em, this );
     }
-    
+
     return NPERR_NO_ERROR;
 }
 
diff --git a/npapi/vlcplugin_base.h b/npapi/vlcplugin_base.h
index 02c22de..48b1e38 100644
--- a/npapi/vlcplugin_base.h
+++ b/npapi/vlcplugin_base.h
@@ -72,7 +72,7 @@
 
 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
 
-//on windows, to avoid including <npapi.h> 
+//on windows, to avoid including <npapi.h>
 //from Microsoft SDK (rather then from Mozilla SDK),
 //#include it indirectly via <npfunctions.h>
 #include <npfunctions.h>
diff --git a/npapi/vlcplugin_gtk.cpp b/npapi/vlcplugin_gtk.cpp
index cbbd0be..6b0c092 100644
--- a/npapi/vlcplugin_gtk.cpp
+++ b/npapi/vlcplugin_gtk.cpp
@@ -491,7 +491,7 @@ bool VlcPluginGtk::create_windows()
     gtk_container_add(GTK_CONTAINER(toolitem), time_slider);
     gtk_tool_item_set_expand(toolitem, true);
     gtk_toolbar_insert(GTK_TOOLBAR(toolbar), toolitem, -1);
-    
+
     /* volume slider */
     toolitem = gtk_tool_item_new();
     vol_slider = gtk_hscale_new_with_range(0, 200, 10);
diff --git a/npapi/xembed.h b/npapi/xembed.h
index 28a1a36..25d5521 100644
--- a/npapi/xembed.h
+++ b/npapi/xembed.h
@@ -20,7 +20,7 @@ typedef enum {
   XEMBED_MODALITY_OFF           = 11,
 
 /* Non standard messages*/
-  XEMBED_GTK_GRAB_KEY           = 108, 
+  XEMBED_GTK_GRAB_KEY           = 108,
   XEMBED_GTK_UNGRAB_KEY         = 109
 } XEmbedMessageType;
 



More information about the vlc-commits mailing list