]> git.sesse.net Git - vlc/commitdiff
Cosmetic fix
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 3 May 2008 06:54:59 +0000 (09:54 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 3 May 2008 07:20:57 +0000 (10:20 +0300)
src/libvlc.h

index b3dff5e3668b5da91a35479ca9e66ba82a534fd4..394e1d987a29c5adfdc87a9e99e2a3c57fb5d405 100644 (file)
@@ -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")