From f70171e9c6edf0c8f49288fbacea9a5da91c4536 Mon Sep 17 00:00:00 2001 From: Chris Blackbourn Date: Fri, 10 Mar 2023 11:00:18 +1300 Subject: [PATCH] Cleanup: format --- source/blender/blenkernel/intern/pbvh_pixels_copy.cc | 3 ++- source/blender/editors/animation/anim_filter.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/blender/blenkernel/intern/pbvh_pixels_copy.cc b/source/blender/blenkernel/intern/pbvh_pixels_copy.cc index 93b9faf639c..1146d155a77 100644 --- a/source/blender/blenkernel/intern/pbvh_pixels_copy.cc +++ b/source/blender/blenkernel/intern/pbvh_pixels_copy.cc @@ -93,7 +93,8 @@ static const Edge convert_coord_space(const Edge> {}; +class NonManifoldTileEdges : public Vector> { +}; class NonManifoldUVEdges : public Vector> { public: diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c index 99577673ece..4ae62b0fd0e 100644 --- a/source/blender/editors/animation/anim_filter.c +++ b/source/blender/editors/animation/anim_filter.c @@ -264,7 +264,7 @@ static bool graphedit_get_context(bAnimContext *ac, SpaceGraph *sipo) ac->ads = sipo->ads; /* set settings for Graph Editor - "Selected = Editable" */ - if (U.animation_flag & USER_ANIM_ONLY_SHOW_SELECTED_CURVE_KEYS) { + if (U.animation_flag & USER_ANIM_ONLY_SHOW_SELECTED_CURVE_KEYS) { sipo->ads->filterflag |= ADS_FILTER_SELEDIT; } else {