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

git at videolan.org git at videolan.org
Sat Jul 31 22:38:35 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jul 31 23:20:13 2010 +0300| [953253dda844e8f9caebf3c640464c00fb6ab440] | committer: Rémi Denis-Courmont 

Cosmetic fix

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

 include/vlc_xml.h |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/vlc_xml.h b/include/vlc_xml.h
index cf29b22..3f35b05 100644
--- a/include/vlc_xml.h
+++ b/include/vlc_xml.h
@@ -35,15 +35,15 @@ extern "C" {
 
 struct xml_t
 {
-VLC_COMMON_MEMBERS
+    VLC_COMMON_MEMBERS
 
-/* Module properties */
-module_t  *p_module;
-xml_sys_t *p_sys;
+    /* Module properties */
+    module_t  *p_module;
+    xml_sys_t *p_sys;
 
-void (*pf_catalog_load) ( xml_t *, const char * );
-void (*pf_catalog_add) ( xml_t *, const char *, const char *,
-		       const char * );
+    void (*pf_catalog_load) ( xml_t *, const char * );
+    void (*pf_catalog_add) ( xml_t *, const char *, const char *,
+                            const char * );
 };
 
 VLC_EXPORT( xml_t *, xml_Create, ( vlc_object_t * ) LIBVLC_USED );



More information about the vlc-commits mailing list