[vlc-commits] Minor cosmetics

Cheng Sun git at videolan.org
Wed Dec 28 19:15:54 CET 2011


npapi-vlc | branch: master | Cheng Sun <chengsun9 at gmail.com> | Thu Dec 22 20:23:38 2011 +0000| [32b6c34f35f9bf216f6ea4db99bb9690b338ed36] | committer: Jean-Baptiste Kempf

Minor cosmetics

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 npapi/vlcplugin_gtk.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/npapi/vlcplugin_gtk.cpp b/npapi/vlcplugin_gtk.cpp
index b544838..8fa027c 100644
--- a/npapi/vlcplugin_gtk.cpp
+++ b/npapi/vlcplugin_gtk.cpp
@@ -25,7 +25,8 @@
 #include <gdk/gdkx.h>
 #include <cstring>
 
-static uint32_t get_xid(GtkWidget *widget) {
+static uint32_t get_xid(GtkWidget *widget)
+{
     GdkDrawable *video_drawable = gtk_widget_get_window(widget);
     return (uint32_t)gdk_x11_drawable_get_xid(video_drawable);
 }



More information about the vlc-commits mailing list