Skip to content

Commit

Permalink
Fix some bad code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcohen authored and jralls committed Jan 22, 2023
1 parent 2d66631 commit f3cc223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libgnucash/engine/gnc-date.cpp
Expand Up @@ -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 ();
Expand Down

0 comments on commit f3cc223

Please sign in to comment.