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

git version control git at videolan.org
Mon May 26 21:54:58 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Wed May 14 20:38:32 2008 +0300| [e72368e0d2c63c89a8e497442ae3c7e333dbfb54]

Cosmetic fix

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

 src/modules/modules.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/modules/modules.h b/src/modules/modules.h
index db8e2a5..7c1f210 100644
--- a/src/modules/modules.h
+++ b/src/modules/modules.h
@@ -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;




More information about the vlc-devel mailing list