Skip to content

Commit

Permalink
Minor code reformatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboGit committed Oct 3, 2024
1 parent 2274c2a commit d761d6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/common/history.c
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,9 @@ gboolean dt_history_copy_parts(const dt_imgid_t imgid)
return FALSE;
}

gboolean dt_history_paste(const dt_imgid_t imgid, const gboolean merge, const gboolean sync)
gboolean dt_history_paste(const dt_imgid_t imgid,
const gboolean merge,
const gboolean sync)
{
gboolean res =
dt_history_copy_and_paste_on_image(darktable.view_manager->copy_paste.copied_imageid,
Expand All @@ -1895,7 +1897,8 @@ gboolean dt_history_paste(const dt_imgid_t imgid, const gboolean merge, const gb
return !sync && res;
}

gboolean dt_history_delete(const dt_imgid_t imgid, const gboolean undo)
gboolean dt_history_delete(const dt_imgid_t imgid,
const gboolean undo)
{
if(undo)
{
Expand Down

0 comments on commit d761d6a

Please sign in to comment.