Remove tabs from io-gncxml-v2.h.

This commit is contained in:
John Ralls
2016-11-17 16:47:57 -08:00
parent dd4b8a104d
commit 526834037c

View File

@@ -159,15 +159,15 @@ gboolean gnc_xml2_parse_with_subst (
}
typedef struct
{
int version; /* backend version number */
const char * type_name; /* The XML tag for this type */
int version; /* backend version number */
const char * type_name; /* The XML tag for this type */
sixtp * (*create_parser) (void);
gboolean (*add_item)(sixtp_gdv2 *, gpointer obj);
int (*get_count) (QofBook *);
gboolean (*write) (FILE*, QofBook*);
void (*scrub) (QofBook *);
gboolean (*ns) (FILE*);
sixtp * (*create_parser) (void);
gboolean (*add_item)(sixtp_gdv2 *, gpointer obj);
int (*get_count) (QofBook *);
gboolean (*write) (FILE*, QofBook*);
void (*scrub) (QofBook *);
gboolean (*ns) (FILE*);
} GncXmlDataType_t;
void gnc_xml_register_backend(GncXmlDataType_t&);