From 7c18fcbe03271f15ed4f6f4af14c60e84f8bb9cc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 21 Nov 2019 23:06:06 +1100 Subject: Cleanup: clang-format Also remove unused vars. --- source/blender/editors/space_text/text_ops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/editors/space_text/text_ops.c') diff --git a/source/blender/editors/space_text/text_ops.c b/source/blender/editors/space_text/text_ops.c index 864c7912074..a4608123f19 100644 --- a/source/blender/editors/space_text/text_ops.c +++ b/source/blender/editors/space_text/text_ops.c @@ -3256,8 +3256,7 @@ static int text_line_number_invoke(bContext *C, wmOperator *UNUSED(op), const wm } if (!(mval[0] > 2 && mval[0] < (TXT_NUMCOL_WIDTH(st) + (TXT_BODY_LPAD * st->cwidth)) && - mval[1] > 2 && - mval[1] < ar->winy - 2)) { + mval[1] > 2 && mval[1] < ar->winy - 2)) { return OPERATOR_PASS_THROUGH; } -- cgit v1.2.3