Fix some bad code formatting

This commit is contained in:
richardcohen
2023-01-22 17:54:40 +00:00
committed by John Ralls
parent 2d66631fea
commit f3cc223f5f

View File

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