From caddf0f0dd29fbc1f58698fd38f08be53139e584 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 16 Mar 2025 23:38:54 +0100 Subject: [PATCH] fix indentation --- src/callback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/callback.c b/src/callback.c index 973be658..278a5838 100644 --- a/src/callback.c +++ b/src/callback.c @@ -4507,8 +4507,8 @@ static void handle_double_click(int event, int state, KeySym key, int button, } else { if(xctx->ui_state & STARTWIRE) { if( cadence_compat ) { - redraw_w_a_l_r_p_z_rubbers(1); - start_wire(mx, my); + redraw_w_a_l_r_p_z_rubbers(1); + start_wire(mx, my); } xctx->ui_state &= ~STARTWIRE; }