aboutsummaryrefslogtreecommitdiff
path: root/src/prealign.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prealign.c')
-rw-r--r--src/prealign.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/prealign.c b/src/prealign.c
index cd53cbc..ee57529 100644
--- a/src/prealign.c
+++ b/src/prealign.c
@@ -68,8 +68,8 @@ void prealign_do_series(ControlContext *ctx) {
pb->n = 0;
pb->ctx = ctx;
pb->id = imagedisplay_open_with_message(ctx->images->images[pb->n], "Image Pre-alignment",
- "Click the centre of the zero-order beam as accurately as you can.", IMAGEDISPLAY_QUIT_IF_CLOSED,
- G_CALLBACK(prealign_clicked), pb);
+ "Click the centre of the zero-order beam as accurately as you can.",
+ IMAGEDISPLAY_QUIT_IF_CLOSED, G_CALLBACK(prealign_clicked), pb);
}
@@ -182,7 +182,8 @@ void prealign_sum_stack(ImageList *list, int have_centres, int sum_stack) {
total_record.image = image_total;
total_record.width = twidth;
total_record.height = theight;
- sum_id = imagedisplay_open(total_record, "Sum of All Images", IMAGEDISPLAY_SHOW_CENTRE | IMAGEDISPLAY_SHOW_TILT_AXIS | IMAGEDISPLAY_FREE);
+ sum_id = imagedisplay_open(total_record, "Sum of All Images",
+ IMAGEDISPLAY_SHOW_CENTRE | IMAGEDISPLAY_SHOW_TILT_AXIS | IMAGEDISPLAY_FREE);
}
}