aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r--src/dw-hdfsee.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index f69ef54f..676917f3 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -106,8 +106,7 @@ static void show_ring(cairo_t *cr, DisplayWindow *dw,
cairo_stroke(cr);
cairo_rotate(cr, -M_PI/4.0);
- cairo_translate(cr, 0.0,
- ring_radius(dw->image, d)/dw->binning-5.0);
+ cairo_translate(cr, 0.0, ring_radius(dw->image, d)/dw->binning-5.0);
cairo_set_font_size(cr, 17.0);
cairo_text_extents(cr, label, &size);
cairo_translate(cr, -size.width/2.0, 0.0);