Remove white space and tabs from split-register-model

This commit is contained in:
Robert Fewell 2017-09-04 16:11:20 +01:00
parent 98f0b3dacb
commit 0d63bf5572

View File

@ -2132,8 +2132,8 @@ gnc_template_register_get_xfrm_entry (VirtualLocation virt_loc,
*/ */
g_free (name); g_free (name);
qof_instance_get (QOF_INSTANCE (split), qof_instance_get (QOF_INSTANCE (split),
"sx-account", &guid, "sx-account", &guid,
NULL); NULL);
account = xaccAccountLookup (guid, gnc_get_current_book ()); account = xaccAccountLookup (guid, gnc_get_current_book ());
name = account ? gnc_get_account_name_for_register (account) : NULL; name = account ? gnc_get_account_name_for_register (account) : NULL;
@ -2224,7 +2224,7 @@ gnc_split_register_get_default_help (VirtualLocation virt_loc,
* *
* Now it retrieves the sx-debit-numeric or sx-credit-numeric properties from * Now it retrieves the sx-debit-numeric or sx-credit-numeric properties from
* the split. I'm not sure that it's what was originally intended, but at least * the split. I'm not sure that it's what was originally intended, but at least
* it can do something now. <jralls, 8 June 2015> * it can do something now. <jralls, 8 June 2015>
*/ */
static const char * static const char *
gnc_template_register_get_debcred_entry (VirtualLocation virt_loc, gnc_template_register_get_debcred_entry (VirtualLocation virt_loc,