Cleanup: Make format

Formatting changes resulting from Make Format
This commit is contained in:
Harley Acheson 2023-09-20 11:21:25 -07:00
parent 9173c142d6
commit 2c6f08ab16
2 changed files with 2 additions and 3 deletions

View File

@ -1095,8 +1095,7 @@ static bool delete_action_keys(bAnimContext *ac)
else if (ale->type == ANIMTYPE_GREASE_PENCIL_LAYER) {
GreasePencil *grease_pencil = reinterpret_cast<GreasePencil *>(ale->id);
changed = blender::ed::greasepencil::remove_all_selected_frames(
*grease_pencil,
static_cast<GreasePencilLayer *>(ale->data)->wrap());
*grease_pencil, static_cast<GreasePencilLayer *>(ale->data)->wrap());
if (changed) {
DEG_id_tag_update(&grease_pencil->id, ID_RECALC_GEOMETRY);

View File

@ -789,7 +789,7 @@ static void wm_file_read_post(bContext *C,
#ifndef WITH_HEADLESS
if (!G.background) {
WM_redraw_windows(C);
WM_redraw_windows(C);
}
#endif /* WITH_HEADLESS */