From 3badd5773179b9d8b90c46ce1b7e4bc5cd88ca04 Mon Sep 17 00:00:00 2001 From: Michael Cypher Date: Thu, 10 Dec 2015 14:07:42 +0000 Subject: [PATCH] Fix check style break --- unlock_indicator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/unlock_indicator.c b/unlock_indicator.c index 0431efe..cc4e64f 100644 --- a/unlock_indicator.c +++ b/unlock_indicator.c @@ -313,7 +313,6 @@ xcb_pixmap_t draw_image(uint32_t *resolution) { cairo_text_extents(ctx, pwd_placeholder, &extents); x = BUTTON_CENTER - ((extents.width / 2) + extents.x_bearing); y = BUTTON_CENTER - ((extents.height / 2) + extents.y_bearing) + BUTTON_RADIUS * 2; - cairo_move_to(ctx, x, y); cairo_show_text(ctx, pwd_placeholder); cairo_close_path(ctx);