Cleanup: clang-format

This commit is contained in:
2020-02-28 16:04:15 +01:00
parent fe3ce61528
commit 03e04d4db7

View File

@@ -104,15 +104,8 @@ static void ui_popover_create_block(bContext *C, uiPopover *pup, int opcontext)
}
#endif
pup->layout = UI_block_layout(pup->block,
UI_LAYOUT_VERTICAL,
UI_LAYOUT_PANEL,
0,
0,
pup->ui_size_x,
0,
0,
style);
pup->layout = UI_block_layout(
pup->block, UI_LAYOUT_VERTICAL, UI_LAYOUT_PANEL, 0, 0, pup->ui_size_x, 0, 0, style);
uiLayoutSetOperatorContext(pup->layout, opcontext);