From 953253dda844e8f9caebf3c640464c00fb6ab440 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 31 Jul 2010 23:20:13 +0300 Subject: [PATCH] Cosmetic fix --- include/vlc_xml.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/vlc_xml.h b/include/vlc_xml.h index cf29b22e5d..3f35b05bc4 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 ); -- 2.39.2