]> git.sesse.net Git - vlc/commitdiff
Cosmetic fix
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 14 May 2008 17:38:32 +0000 (20:38 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 26 May 2008 19:56:28 +0000 (22:56 +0300)
src/modules/modules.h

index db8e2a53c2d587c0525bb5ae08e1e6be9c2d3433..7c1f210e78a43b0644fd19432aba285af4e9036f 100644 (file)
@@ -43,13 +43,13 @@ struct module_bank_t
 
     int              i_usage;
 
-    bool       b_builtins;
-    bool       b_plugins;
+    bool             b_builtins;
+    bool             b_plugins;
 
     /* Plugins cache */
-    bool     b_cache;
-    bool     b_cache_dirty;
-    bool     b_cache_delete;
+    bool             b_cache;
+    bool             b_cache_dirty;
+    bool             b_cache_delete;
 
     int            i_cache;
     module_cache_t **pp_cache;