mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix some lines with spaces on them
This commit is contained in:
parent
94d538d233
commit
3a04e8b937
@ -419,8 +419,8 @@ gnc_dense_cal_init(GncDenseCal *dcal)
|
||||
dcal->topPadding = 2;
|
||||
|
||||
{
|
||||
GDate now;
|
||||
g_date_clear (&now, 1);
|
||||
GDate now;
|
||||
g_date_clear (&now, 1);
|
||||
gnc_gdate_set_today (&now);
|
||||
_gnc_dense_cal_set_month(dcal, g_date_get_month(&now), FALSE);
|
||||
_gnc_dense_cal_set_year(dcal, g_date_get_year(&now), FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user