mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Reformat source files gnc-accounting-period.*
Change tabs to white space and some other white space changes.
This commit is contained in:
parent
037f5ed5be
commit
416b79d304
@ -103,9 +103,7 @@ get_fy_end(void)
|
||||
GDate *date = NULL;
|
||||
|
||||
book = gnc_get_current_book();
|
||||
qof_instance_get (QOF_INSTANCE (book),
|
||||
"fy-end", &date,
|
||||
NULL);
|
||||
qof_instance_get (QOF_INSTANCE (book), "fy-end", &date, NULL);
|
||||
return date;
|
||||
}
|
||||
|
||||
|
@ -94,6 +94,7 @@ typedef enum
|
||||
GDate *gnc_accounting_period_start_gdate (GncAccountingPeriod which,
|
||||
const GDate *fy_end,
|
||||
const GDate *contains);
|
||||
|
||||
/** This function returns the ending date for an accounting period.
|
||||
* The date will be computed based upon the type of accounting
|
||||
* interval requested, an optional fiscal year end value, and an
|
||||
|
Loading…
Reference in New Issue
Block a user