mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix some bad code formatting
This commit is contained in:
parent
2d66631fea
commit
f3cc223f5f
@ -1234,8 +1234,9 @@ GDate* gnc_g_date_new_today ()
|
||||
auto result = g_date_new_dmy (ymd.day, month, ymd.year);
|
||||
g_assert(g_date_valid (result));
|
||||
return result;
|
||||
}void
|
||||
}
|
||||
|
||||
void
|
||||
gnc_gdate_set_today (GDate* gd)
|
||||
{
|
||||
GDate *today = gnc_g_date_new_today ();
|
||||
|
Loading…
Reference in New Issue
Block a user