[Bf-blender-cvs] [03e04d4db78] master: Cleanup: clang-format

Brecht Van Lommel noreply at git.blender.org
Fri Feb 28 16:04:44 CET 2020


Commit: 03e04d4db78972709ea9c6889afcf72fdaae80a2
Author: Brecht Van Lommel
Date:   Fri Feb 28 16:04:15 2020 +0100
Branches: master
https://developer.blender.org/rB03e04d4db78972709ea9c6889afcf72fdaae80a2

Cleanup: clang-format

===================================================================

M	source/blender/editors/interface/interface_region_popover.c

===================================================================

diff --git a/source/blender/editors/interface/interface_region_popover.c b/source/blender/editors/interface/interface_region_popover.c
index bfd33a69b3b..f412519d655 100644
--- a/source/blender/editors/interface/interface_region_popover.c
+++ b/source/blender/editors/interface/interface_region_popover.c
@@ -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);



More information about the Bf-blender-cvs mailing list