Cleanup: clang-format
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user