[vlc-devel] commit: Cleanup indentation (Jean-Paul Saman )

git version control git at videolan.org
Sat Jun 14 16:18:25 CEST 2008


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sat Jun 14 13:56:02 2008 +0200| [15e55a2f26b2c758b482c5dbe3c7f80188ea67aa]

Cleanup indentation

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

 include/vlc_configuration.h |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h
index d607d24..b9c047f 100644
--- a/include/vlc_configuration.h
+++ b/include/vlc_configuration.h
@@ -173,22 +173,22 @@ struct module_config_t
     int            i_action;                           /* actions list size */
 
     /* Misc */
-    vlc_mutex_t *p_lock;            /* Lock to use when modifying the config */
-    bool   b_dirty;          /* Dirty flag to indicate a config change */
-    bool   b_advanced;          /* Flag to indicate an advanced option */
-    bool   b_internal;   /* Flag to indicate option is not to be shown */
-    bool   b_restart;   /* Flag to indicate the option needs a restart */
+    vlc_mutex_t *p_lock;           /* Lock to use when modifying the config */
+    bool        b_dirty;          /* Dirty flag to indicate a config change */
+    bool        b_advanced;          /* Flag to indicate an advanced option */
+    bool        b_internal;   /* Flag to indicate option is not to be shown */
+    bool        b_restart;   /* Flag to indicate the option needs a restart */
                               /* to take effect */
 
     /* Deprecated */
-    char          *psz_oldname;                          /* Old option name */
-    bool     b_removed;
+    char        *psz_oldname;                          /* Old option name */
+    bool        b_removed;
 
     /* Option values loaded from config file */
-    bool   b_autosave;      /* Config will be auto-saved at exit time */
-    bool   b_unsaveable;                /* Config should not be saved */
+    bool        b_autosave;      /* Config will be auto-saved at exit time */
+    bool        b_unsaveable;                /* Config should not be saved */
 
-    bool   b_safe;
+    bool        b_safe;
 };
 
 /*****************************************************************************




More information about the vlc-devel mailing list