Cleanup: comment blocks, trailing space in comments
This commit is contained in:
@@ -234,7 +234,7 @@ static int rna_Area_ui_type_get(PointerRNA *ptr)
|
||||
* the area type is changing.
|
||||
* So manually do the lookup in those cases, but do not actually change area->type
|
||||
* since that prevents a proper exit when the area type is changing.
|
||||
* Logic copied from `ED_area_init()`.*/
|
||||
* Logic copied from `ED_area_init()`. */
|
||||
SpaceType *type = area->type;
|
||||
if (type == NULL || area_changing) {
|
||||
type = BKE_spacetype_from_id(area_type);
|
||||
|
||||
Reference in New Issue
Block a user