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:
@@ -1234,8 +1234,9 @@ GDate* gnc_g_date_new_today ()
|
|||||||
auto result = g_date_new_dmy (ymd.day, month, ymd.year);
|
auto result = g_date_new_dmy (ymd.day, month, ymd.year);
|
||||||
g_assert(g_date_valid (result));
|
g_assert(g_date_valid (result));
|
||||||
return result;
|
return result;
|
||||||
}void
|
}
|
||||||
|
|
||||||
|
void
|
||||||
gnc_gdate_set_today (GDate* gd)
|
gnc_gdate_set_today (GDate* gd)
|
||||||
{
|
{
|
||||||
GDate *today = gnc_g_date_new_today ();
|
GDate *today = gnc_g_date_new_today ();
|
||||||
|
|||||||
Reference in New Issue
Block a user