From: RĂ©mi Denis-Courmont Date: Wed, 14 May 2008 17:38:32 +0000 (+0300) Subject: Cosmetic fix X-Git-Tag: 0.9.0-test0~684 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e72368e0d2c63c89a8e497442ae3c7e333dbfb54;p=vlc Cosmetic fix --- diff --git a/src/modules/modules.h b/src/modules/modules.h index db8e2a53c2..7c1f210e78 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;