]> git.sesse.net Git - vlc/commitdiff
Cosmetic fix
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 31 Jul 2010 20:20:13 +0000 (23:20 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 31 Jul 2010 20:20:13 +0000 (23:20 +0300)
include/vlc_xml.h

index cf29b22e5d38d5b21384c1407f027da8ba9d635d..3f35b05bc4219e96e1a1dc78dec344cddb60c7c5 100644 (file)
@@ -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 );