[vlc-devel] commit: Cosmetic fix ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 3 11:49:58 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat May  3 09:54:59 2008 +0300| [0d7bc734159ec59544e8e89ba29cec6ca9ee9ce8]

Cosmetic fix

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

 src/libvlc.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libvlc.h b/src/libvlc.h
index b3dff5e..394e1d9 100644
--- a/src/libvlc.h
+++ b/src/libvlc.h
@@ -149,7 +149,7 @@ struct vlc_object_internals_t
 
     /* Thread properties, if any */
     vlc_thread_t    thread_id;
-    bool      b_thread;
+    bool            b_thread;
 
     /* Objects thread synchronization */
     int             pipes[2];
@@ -158,7 +158,7 @@ struct vlc_object_internals_t
     /* Objects management */
     unsigned         i_refcount;
     vlc_destructor_t pf_destructor;
-    bool       b_attached;
+    bool             b_attached;
 };
 
 #define ZOOM_SECTION N_("Zoom")




More information about the vlc-devel mailing list