Change source files dialog-account.* for spaces and tabs

This commit is contained in:
Robert Fewell 2022-05-08 10:29:27 +01:00
parent 27cab58bf2
commit d195a87079
2 changed files with 336 additions and 356 deletions

File diff suppressed because it is too large Load Diff

View File

@ -164,8 +164,8 @@ Account * gnc_ui_new_accounts_from_name_window_with_types (GtkWindow *parent,
Account * gnc_ui_new_accounts_from_name_with_defaults (GtkWindow *parent, Account * gnc_ui_new_accounts_from_name_with_defaults (GtkWindow *parent,
const char *name, const char *name,
GList *valid_types, GList *valid_types,
const gnc_commodity * default_commodity, const gnc_commodity *default_commodity,
Account * parent_acct); Account *parent_acct);
/* /*
* register a callback that gets called when the account has changed * register a callback that gets called when the account has changed