Cleanup: Make format

This commit is contained in:
Hans Goudey 2024-01-24 12:24:12 -05:00
parent 9ab356fe6e
commit 6fc7f99a95
2 changed files with 3 additions and 9 deletions

View File

@ -333,7 +333,7 @@ struct uiButColor : public uiBut {
/** Derived struct for #UI_BTYPE_TAB */
struct uiButTab : public uiBut {
MenuType *menu = nullptr;
MenuType *menu = nullptr;
};
/** Derived struct for #UI_BTYPE_SEARCH_MENU */

View File

@ -344,14 +344,8 @@ static void loopcut_mouse_move(RingSelOpData *lcd, const int previewlines)
best.dist = ED_view3d_select_dist_px();
uint base_index;
BMEdge *eed_test = EDBM_edge_find_nearest_ex(&lcd->vc,
&best.dist,
nullptr,
false,
false,
nullptr,
lcd->bases,
&base_index);
BMEdge *eed_test = EDBM_edge_find_nearest_ex(
&lcd->vc, &best.dist, nullptr, false, false, nullptr, lcd->bases, &base_index);
if (eed_test) {
best.ob = lcd->bases[base_index]->object;