From a22c2ceb0feed60942a59f0ebaa26d351b784ed8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 12 Sep 2019 18:58:43 +1000 Subject: Cleanup: line breaks with comments --- source/blender/bmesh/intern/bmesh_marking.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/bmesh/intern') diff --git a/source/blender/bmesh/intern/bmesh_marking.c b/source/blender/bmesh/intern/bmesh_marking.c index 788edc348d9..58a7d423d67 100644 --- a/source/blender/bmesh/intern/bmesh_marking.c +++ b/source/blender/bmesh/intern/bmesh_marking.c @@ -1026,8 +1026,8 @@ bool BM_select_history_active_get(BMesh *bm, BMEditSelection *ese) ese->next = ese->prev = NULL; if (ese_last) { - if (ese_last->htype == - BM_FACE) { /* if there is an active face, use it over the last selected face */ + /* If there is an active face, use it over the last selected face. */ + if (ese_last->htype == BM_FACE) { if (efa) { ese->ele = (BMElem *)efa; } -- cgit v1.2.3