Change the spacing in files gnc-plugin-page-budget.*

This commit is contained in:
Robert Fewell 2019-12-11 14:45:59 +00:00
parent 1320b79dc7
commit 8e155bfccf
2 changed files with 270 additions and 272 deletions

File diff suppressed because it is too large Load Diff

View File

@ -66,9 +66,9 @@ GType gnc_plugin_page_budget_get_type (void);
*
* @return The newly created plugin page.
*/
GncPluginPage *gnc_plugin_page_budget_new (GncBudget *budget);
GncPluginPage *gnc_plugin_page_budget_new (GncBudget *budget);
void gnc_budget_gui_delete_budget(GncBudget *budget);
void gnc_budget_gui_delete_budget (GncBudget *budget);
/** Given a pointer to a budget plugin page, set the focus to
* the Account GtkTreeView. This is used in a g_idle_add so