Skip to content

Commit d761d6a

Browse files
committed
Minor code reformatting.
1 parent 2274c2a commit d761d6a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/common/history.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,9 @@ gboolean dt_history_copy_parts(const dt_imgid_t imgid)
18821882
return FALSE;
18831883
}
18841884

1885-
gboolean dt_history_paste(const dt_imgid_t imgid, const gboolean merge, const gboolean sync)
1885+
gboolean dt_history_paste(const dt_imgid_t imgid,
1886+
const gboolean merge,
1887+
const gboolean sync)
18861888
{
18871889
gboolean res =
18881890
dt_history_copy_and_paste_on_image(darktable.view_manager->copy_paste.copied_imageid,
@@ -1895,7 +1897,8 @@ gboolean dt_history_paste(const dt_imgid_t imgid, const gboolean merge, const gb
18951897
return !sync && res;
18961898
}
18971899

1898-
gboolean dt_history_delete(const dt_imgid_t imgid, const gboolean undo)
1900+
gboolean dt_history_delete(const dt_imgid_t imgid,
1901+
const gboolean undo)
18991902
{
19001903
if(undo)
19011904
{

0 commit comments

Comments
 (0)