Remove tabs and change spacing in dialog-sx-since-last-run.* files

This commit is contained in:
Robert Fewell 2020-09-29 10:39:39 +01:00
parent c89c677cde
commit 511203512a
2 changed files with 405 additions and 392 deletions

File diff suppressed because it is too large Load Diff

View File

@ -42,12 +42,13 @@ typedef struct _GncSxSinceLastRunDialog GncSxSinceLastRunDialog;
* This encapsulates the "run when file opened" application logic. As such,
* it should probably move to a non-ui file.
**/
void gnc_sx_sxsincelast_book_opened(void);
void gnc_sx_sxsincelast_book_opened (void);
/**
* Create the since-last-run dialog.
**/
GncSxSinceLastRunDialog* gnc_ui_sx_since_last_run_dialog (GtkWindow *parent, GncSxInstanceModel *sx_instances,
GList *auto_created_txn_guids);
GncSxSinceLastRunDialog* gnc_ui_sx_since_last_run_dialog (GtkWindow *parent,
GncSxInstanceModel *sx_instances,
GList *auto_created_txn_guids);
#endif