Skip to content

Commit 607569a

Browse files
committed
Minor indentation fix.
1 parent 583b525 commit 607569a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/gui/presets.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ void dt_gui_presets_init()
8989
}
9090

9191
void (dt_gui_presets_add_generic)(const char *name,
92-
const dt_dev_operation_t op,
93-
const int32_t version,
94-
const void *params,
95-
const int32_t params_size,
96-
const gboolean enabled,
97-
const dt_develop_blend_colorspace_t blend_cst)
92+
const dt_dev_operation_t op,
93+
const int32_t version,
94+
const void *params,
95+
const int32_t params_size,
96+
const gboolean enabled,
97+
const dt_develop_blend_colorspace_t blend_cst)
9898
{
9999
dt_develop_blend_params_t default_blendop_params;
100100
dt_develop_blend_init_blend_parameters(&default_blendop_params, blend_cst);

0 commit comments

Comments
 (0)