Fix some lines with spaces on them

This commit is contained in:
Robert Fewell 2017-08-23 16:50:38 +01:00
parent 94d538d233
commit 3a04e8b937

View File

@ -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);